mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
3c9ffd7218
Approved by: portmgr (blanket infrastructure)
22 lines
491 B
Makefile
22 lines
491 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
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|