Fix shebangs.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-10 12:05:15 +00:00
parent 3d93010b5e
commit 2464e47eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374450

View File

@ -3,7 +3,7 @@
PORTNAME= App-Options
PORTVERSION= 1.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Combine command line options, environment vars, and option file values
USES= perl5
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/*
.include <bsd.port.mk>