diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-03-15 15:36:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-03-15 15:36:48 +0000 |
commit | e988839a2e592069f1d59b611d11333b48e455fe (patch) | |
tree | 0283927bba8627a6134dbdad59c0996d680b778a /devel/p5-Data-ParseBinary/Makefile | |
parent | c2b6cb3acc18ce32ddc4254651a6deb4e58c931c (diff) | |
download | ports-e988839a2e592069f1d59b611d11333b48e455fe.tar.gz ports-e988839a2e592069f1d59b611d11333b48e455fe.zip |
Notes
Diffstat (limited to 'devel/p5-Data-ParseBinary/Makefile')
-rw-r--r-- | devel/p5-Data-ParseBinary/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Data-ParseBinary/Makefile b/devel/p5-Data-ParseBinary/Makefile index 2305e134d9ca..4d0ea539d252 100644 --- a/devel/p5-Data-ParseBinary/Makefile +++ b/devel/p5-Data-ParseBinary/Makefile @@ -6,14 +6,19 @@ # PORTNAME= Data-ParseBinary -PORTVERSION= 0.29 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SEMUELF PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org COMMENT= Yet Another parser for binary structures +BUILD_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt + +TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= Data::ParseBinary::Graphics::WMF.3 \ |