diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 05:53:03 +0000 |
commit | e10369322220c0fa0a0ab68ed222621adf553709 (patch) | |
tree | d3e054e43268209aa792f44c177f4789d4af4098 /math/p5-Math-Base36/Makefile | |
parent | ce3840ccd53801f6f4b24f2fd1c0d1210d1d663a (diff) | |
download | ports-e10369322220c0fa0a0ab68ed222621adf553709.tar.gz ports-e10369322220c0fa0a0ab68ed222621adf553709.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327032
Diffstat (limited to 'math/p5-Math-Base36/Makefile')
-rw-r--r-- | math/p5-Math-Base36/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 595ff663b114..2aded358c4e5 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: math/p5-Math-Base36 -# Date created: 2008-08-04 -# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org> -# +# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org> # $FreeBSD$ -# PORTNAME= Math-Base36 PORTVERSION= 0.10 @@ -17,7 +13,8 @@ COMMENT= Encoding and decoding of base36 strings BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Math::Base36.3 |