diff options
Diffstat (limited to 'lang/p5-Error/Makefile')
-rw-r--r-- | lang/p5-Error/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile new file mode 100644 index 0000000..54d9fe7 --- /dev/null +++ b/lang/p5-Error/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Error +# Date created: 24-May-2000 +# Whom: Peter van Heusden <pvh@egenetics.com> +# +# $FreeBSD$ +# + +PORTNAME= Error +PORTVERSION= 0.13 +CATEGORIES= lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=Error +PKGNAMEPREFIX= p5- + +MAINTAINER= pvh@egenetics.com + +USE_PERL5= YES + +MAN3= Error.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> |