diff options
Diffstat (limited to 'textproc/p5-Pod-Strip/Makefile')
-rw-r--r-- | textproc/p5-Pod-Strip/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Pod-Strip/Makefile b/textproc/p5-Pod-Strip/Makefile index 74f572c9ef67..6f0a0eb8136b 100644 --- a/textproc/p5-Pod-Strip/Makefile +++ b/textproc/p5-Pod-Strip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Pod-Strip -# Date created: Feb 13 2007 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Pod-Strip PORTVERSION= 1.02 @@ -16,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Remove POD from Perl code -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Pod::Strip.3 |