diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
commit | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch) | |
tree | f9633c66411174d9396ea7041d10cec418d2b777 /net/p5-Net-SMS-PChome | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) |
Notes
Diffstat (limited to 'net/p5-Net-SMS-PChome')
-rw-r--r-- | net/p5-Net-SMS-PChome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-SMS-PChome/Makefile b/net/p5-Net-SMS-PChome/Makefile index 2f121771c73e..d66e47d7f248 100644 --- a/net/p5-Net-SMS-PChome/Makefile +++ b/net/p5-Net-SMS-PChome/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Send SMS messages via the sms.pchome.com.tw service -BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ - ${SITE_PERL}/HTML/TagParser.pm:${PORTSDIR}/www/p5-HTML-TagParser \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-HTML-TagParser>=0:${PORTSDIR}/www/p5-HTML-TagParser \ + p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |