diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2004-08-26 19:33:26 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2004-08-26 19:33:26 +0000 |
commit | cc76397668003abe2dcd4f395e98c7c0798e2076 (patch) | |
tree | dd4444a0d5c7e102c329896c7efefafa51d7d02c /www/p5-Maypole-Component/Makefile | |
parent | 2239303a6868a24f5b6d8f84da41a34f79622648 (diff) |
Notes
Diffstat (limited to 'www/p5-Maypole-Component/Makefile')
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile new file mode 100644 index 000000000000..87080adc522f --- /dev/null +++ b/www/p5-Maypole-Component/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Maypole-Component +# Date created: Aug 26 2004 +# Whom: Marc G. Fournier +# +# $FreeBSD$ + +PORTNAME= Maypole-Component +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/ +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org +COMMENT= Run Maypole sub-requests as components + +PERL_CONFIGURE= yes + +MAN3= Maypole::Component.3 + +.include <bsd.port.mk> |