diff options
Diffstat (limited to 'devel/p5-Exporter-Lite/Makefile')
-rw-r--r-- | devel/p5-Exporter-Lite/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile new file mode 100644 index 000000000000..b32210f3a898 --- /dev/null +++ b/devel/p5-Exporter-Lite/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Exporter-Lite +# Date created: 16 April 2003 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Exporter-Lite +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Exporter +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Lightweight exporting of variables + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Exporter::Lite.3 + +.include <bsd.port.mk> |