diff options
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 \ |