diff options
author | will <will@FreeBSD.org> | 2000-10-28 05:59:04 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 05:59:04 +0000 |
commit | 0a11e43daa5e8a4833944d2b82f78bb482aa9f51 (patch) | |
tree | 1ee45261eb362e67e98232b931e6d2d42224c756 /audio/p5-Audio-CD/Makefile | |
parent | 7d80bc1aa71d18f6f5f3328fe93407facf89903b (diff) | |
download | FreeBSD-ports-0a11e43daa5e8a4833944d2b82f78bb482aa9f51.zip FreeBSD-ports-0a11e43daa5e8a4833944d2b82f78bb482aa9f51.tar.gz |
Add p5-Audio-CD 0.04, a perl interface to libcdaudio.
PR: 22215
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'audio/p5-Audio-CD/Makefile')
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile new file mode 100644 index 0000000..22a4ba8 --- /dev/null +++ b/audio/p5-Audio-CD/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Audio-CD +# Date created: 22 Oct 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= Audio-CD +PORTVERSION= 0.04 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Audio +PKGNAMEPREFIX= p5- + +MAINTAINER= roman@xpert.com + +LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio + +USE_PERL5= YES + +MAN3= Audio::CD.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" + +.include <bsd.port.mk> |