freebsd-ports/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile
Andrej Zverev 1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00

23 lines
519 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= ogg:${PORTSDIR}/audio/libogg \
vorbis:${PORTSDIR}/audio/libvorbis
USES= perl5
USE_PERL5= configure
MAN3= Ogg::Vorbis::Header::PurePerl.3
.include <bsd.port.mk>