mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
23 lines
494 B
Makefile
23 lines
494 B
Makefile
# Created by: Dominique Goncalves <dominique.goncalves@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Ogg-Vorbis-Header-PurePerl
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dominique.goncalves@gmail.com
|
|
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
|
|
|
|
LIB_DEPENDS= libogg.so:audio/libogg \
|
|
libvorbis.so:audio/libvorbis
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= ogginfo.pl
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|