diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
commit | 8651fae3b8dc39295cf7c6175a868826d4344747 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /comms/p5-SMS-Send-TW-Qma | |
parent | c42e716ffe041e92016227906ead822296f08b3c (diff) | |
download | freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.gz freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.zst freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 |