diff options
Diffstat (limited to 'devel/p5-subatom/Makefile')
-rw-r--r-- | devel/p5-subatom/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-subatom/Makefile b/devel/p5-subatom/Makefile index e35545260d0a..e4e44877dbfb 100644 --- a/devel/p5-subatom/Makefile +++ b/devel/p5-subatom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-subatom -# Date created: 2006-09-26 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= subatom PORTVERSION= 0.12 @@ -18,7 +14,8 @@ COMMENT= Produce an atom feed from subversion commits BUILD_DEPENDS= p5-XML-Atom-SimpleFeed>=0:${PORTSDIR}/textproc/p5-XML-Atom-SimpleFeed RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild PLIST_FILES= bin/subatom MAN1= subatom.1 |