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-DeviceGsm | |
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-DeviceGsm')
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-Send-DeviceGsm/Makefile b/comms/p5-SMS-Send-DeviceGsm/Makefile index ab08646b2c82..7ec29492b4ce 100644 --- a/comms/p5-SMS-Send-DeviceGsm/Makefile +++ b/comms/p5-SMS-Send-DeviceGsm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-DeviceGsm -# Date created: 2007-09-22 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-DeviceGsm PORTVERSION= 1.06 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \ p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::DeviceGsm.3 |