diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /www/p5-Maypole-Component | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) |
Notes
Diffstat (limited to 'www/p5-Maypole-Component')
-rw-r--r-- | www/p5-Maypole-Component/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Maypole-Component/Makefile b/www/p5-Maypole-Component/Makefile index 6075cf70ba96..d9753d83d50e 100644 --- a/www/p5-Maypole-Component/Makefile +++ b/www/p5-Maypole-Component/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-Maypole-Component -# Date created: Aug 26 2004 -# Whom: Marc G. Fournier -# +# Created by: Marc G. Fournier # $FreeBSD$ PORTNAME= Maypole-Component @@ -14,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Run Maypole sub-requests as components -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Maypole::Component.3 |