diff options
author | swills <swills@FreeBSD.org> | 2012-03-06 10:47:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-06 10:47:02 +0800 |
commit | 2aa412a3fe20394b5525238f32489a0eaca1820f (patch) | |
tree | a715da3347f37707a378879073c64740c4e3ab16 /net-im/p5-Net-MSN | |
parent | 4e6eb5b7ba25d1f9e88298a06e95d6144f5d5d14 (diff) | |
download | freebsd-ports-gnome-2aa412a3fe20394b5525238f32489a0eaca1820f.tar.gz freebsd-ports-gnome-2aa412a3fe20394b5525238f32489a0eaca1820f.tar.zst freebsd-ports-gnome-2aa412a3fe20394b5525238f32489a0eaca1820f.zip |
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
Diffstat (limited to 'net-im/p5-Net-MSN')
-rw-r--r-- | net-im/p5-Net-MSN/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/p5-Net-MSN/Makefile b/net-im/p5-Net-MSN/Makefile index 0741d00e19f0..89da41a6a579 100644 --- a/net-im/p5-Net-MSN/Makefile +++ b/net-im/p5-Net-MSN/Makefile @@ -5,6 +5,7 @@ PORTNAME= Net-MSN PORTVERSION= 1.022 +PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Net::MSN interface -BUILD_DEPENDS= ${SITE_PERL}/Hash/Merge.pm:${PORTSDIR}/textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |