1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

25 lines
545 B
Makefile

# Created by: Dominique Goncalves <dominique.goncalves@gmail.com>
# $FreeBSD$
PORTNAME= Ogg-Vorbis-Header-PurePerl
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=Ogg
PKGNAMEPREFIX= p5-
MAINTAINER= dominique.goncalves@gmail.com
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= perl5
NO_STAGE= yes
USE_PERL5= configure
MAN3= Ogg::Vorbis::Header::PurePerl.3
.include <bsd.port.mk>