2002-07-31 18:48:55 +02:00
|
|
|
# New ports collection makefile for: p5-libvorbis
|
|
|
|
# Date created: 30 Jul 2002
|
|
|
|
# Whom: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvorbis
|
2005-10-02 16:12:26 +02:00
|
|
|
PORTVERSION= 0.05
|
2009-07-06 23:25:59 +02:00
|
|
|
PORTREVISION= 2
|
2002-07-31 18:48:55 +02:00
|
|
|
CATEGORIES= audio perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/F/FO/FOOF
|
2002-07-31 18:48:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
|
|
|
|
|
2007-09-24 09:38:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl extension for Ogg Vorbis streams
|
2002-07-31 18:48:55 +02:00
|
|
|
|
2007-07-28 14:27:31 +02:00
|
|
|
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
|
2002-07-31 18:48:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Ogg::Vorbis.3
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} -rf ${WRKSRC}/blib ${WRKSRC}/pm_to_blib
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|