diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:39:45 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:39:45 +0000 |
commit | 9b472b28fcfe4be23dc318a38ce81716b6f17321 (patch) | |
tree | e2c035befbd7ebd3455dd5ffbddb28885deba871 /devel/p5-Data-ParseBinary | |
parent | 544e16f0d1ded699c464302aa83f834c3bc13d5d (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324224
Diffstat (limited to 'devel/p5-Data-ParseBinary')
-rw-r--r-- | devel/p5-Data-ParseBinary/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/p5-Data-ParseBinary/Makefile b/devel/p5-Data-ParseBinary/Makefile index 4d0ea539d252..d800032c249f 100644 --- a/devel/p5-Data-ParseBinary/Makefile +++ b/devel/p5-Data-ParseBinary/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: p5-Data-ParseBinary -# Date created: 2008-12-29 -# Whom: Andrej Zverev <az@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Data-ParseBinary PORTVERSION= 0.31 @@ -19,7 +14,8 @@ 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 +USES= perl5 +USE_PERL5= configure MAN3= Data::ParseBinary::Graphics::WMF.3 \ Data::ParseBinary::Graphics::EMF.3 \ |