diff options
Diffstat (limited to 'comms/p5-SMS-Send-TW-chtsns/Makefile')
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/p5-SMS-Send-TW-chtsns/Makefile b/comms/p5-SMS-Send-TW-chtsns/Makefile index 2d26f6a..daed4d7 100644 --- a/comms/p5-SMS-Send-TW-chtsns/Makefile +++ b/comms/p5-SMS-Send-TW-chtsns/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SMS-Send-TW-chtsns -# Date created: 2010-01-06 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= SMS-Send-TW-chtsns PORTVERSION= 0.03 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SMS::Send::TW::chtsns.3 |