diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /comms/p5-SMS-Send-TW-PChome | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) |
Notes
Diffstat (limited to 'comms/p5-SMS-Send-TW-PChome')
-rw-r--r-- | comms/p5-SMS-Send-TW-PChome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/p5-SMS-Send-TW-PChome/Makefile b/comms/p5-SMS-Send-TW-PChome/Makefile index b8f870d9ed39..c42f6584289d 100644 --- a/comms/p5-SMS-Send-TW-PChome/Makefile +++ b/comms/p5-SMS-Send-TW-PChome/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= SMS::Send driver for sms.pchome.com.tw -RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ +RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ - ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |