diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 17:13:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 17:13:01 +0000 |
commit | d515b9033ed2d23468c20fdcc04a3bb2bbd2b132 (patch) | |
tree | 19957627c81e7543e67695b90abeb0eba199ba35 /audio/p5-CDDB_get/Makefile | |
parent | c1ce862de29d4734a257ed077fe175450500cead (diff) |
Notes
Diffstat (limited to 'audio/p5-CDDB_get/Makefile')
-rw-r--r-- | audio/p5-CDDB_get/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-CDDB_get/Makefile b/audio/p5-CDDB_get/Makefile index 53e62775a1cf..14c7adef34d1 100644 --- a/audio/p5-CDDB_get/Makefile +++ b/audio/p5-CDDB_get/Makefile @@ -6,7 +6,8 @@ # PORTNAME= CDDB_get -PORTVERSION= 2.11 +PORTVERSION= 2.2 +PORTEPOCH= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=../by-authors/id/F/FO/FONKIE @@ -18,6 +19,5 @@ COMMENT= A high-level interface to the Compact Disc Database PERL_CONFIGURE= yes MAN3= CDDB_get.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |