diff options
Diffstat (limited to 'comms/p5-SMS-Send-TW-Qma')
-rw-r--r-- | comms/p5-SMS-Send-TW-Qma/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-Send-TW-Qma/Makefile b/comms/p5-SMS-Send-TW-Qma/Makefile index 4aef0797a529..e8e67250eccd 100644 --- a/comms/p5-SMS-Send-TW-Qma/Makefile +++ b/comms/p5-SMS-Send-TW-Qma/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-Qma -# Date created: 2011-03-20 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-TW-Qma PORTVERSION= 0.01 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::Qma.3 |