diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 06:30:02 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 06:30:02 +0800 |
commit | 13485e79e5b6963e313f4319ed98b33433cdfe00 (patch) | |
tree | f5f1c4b2cc26e4ecc694eea01fb54bf2af33494c /net/p5-EasyTCP | |
parent | d2be2bf76468228ca579b875383baf79fd0d4dc2 (diff) | |
download | freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.tar.gz freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.tar.zst freebsd-ports-gnome-13485e79e5b6963e313f4319ed98b33433cdfe00.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 9).
Approved by: portmgr (itetcu)
Diffstat (limited to 'net/p5-EasyTCP')
-rw-r--r-- | net/p5-EasyTCP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-EasyTCP/Makefile b/net/p5-EasyTCP/Makefile index 7641daea246e..5c565d281ec4 100644 --- a/net/p5-EasyTCP/Makefile +++ b/net/p5-EasyTCP/Makefile @@ -7,6 +7,7 @@ PORTNAME= EasyTCP PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easily create TCP/IP clients and servers -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA +BUILD_DEPENDS= ${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |