1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-31 13:15:59 +00:00
parent 3373848719
commit 7eee6e2076
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388069

View File

@ -3,7 +3,7 @@
PORTNAME= Ogg-Vorbis-Header-PurePerl
PORTVERSION= 1.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +14,9 @@ COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= ogginfo.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>