diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-15 01:34:35 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-15 01:34:35 +0000 |
commit | f53718aa164d7d4455b8eb70781fcd5243b6b4f2 (patch) | |
tree | ce49f75c9697f51bc2b8403991ccd8b166968a66 /audio/p5-MP3-Info/Makefile | |
parent | b2339a048ea55f43afb1e93381f6df393d36e29c (diff) |
Notes
Diffstat (limited to 'audio/p5-MP3-Info/Makefile')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 51ccee5c23c4..3e523a34eeeb 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MP3-Info -PORTVERSION= 0.80 +PORTVERSION= 0.91 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP3 @@ -14,11 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= leo@florida.sarang.net -USE_PERL5= YES +USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3= MP3::Info.3 MPEG::MP3Info.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |