diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:02:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:02:27 +0000 |
commit | c5958795753f39b8dfaae9b4e71c32ac6cb7f0fb (patch) | |
tree | c39552852049703d5bd40ef95b9a9fcc5bc81a03 /audio/p5-CDDB/Makefile | |
parent | 8894f2316ba1421cf6fdabdb8796a43abef7c28c (diff) |
Notes
Diffstat (limited to 'audio/p5-CDDB/Makefile')
-rw-r--r-- | audio/p5-CDDB/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/p5-CDDB/Makefile b/audio/p5-CDDB/Makefile new file mode 100644 index 000000000000..212ed06dabfb --- /dev/null +++ b/audio/p5-CDDB/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-CDDB +# Date created: 11-Mar-2001 +# Whom: Yar Tikhiy <yar@comp.chem.msu.su> +# +# $FreeBSD$ +# + +PORTNAME= CDDB +PORTVERSION= 1.03 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=../by-authors/id/R/RC/RCAPUTO +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@freebsd.org + +PERL_CONFIGURE= yes + +MAN3= CDDB.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |