1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix shebangs

MFH:		2015Q2
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-04-22 22:56:16 +00:00
parent a727e99380
commit df2309f2b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384531

View File

@ -3,7 +3,7 @@
PORTNAME= ZConf-Weather
PORTVERSION= 1.0.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \
p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= bin/zcweather
USE_PERL5= configure
.include <bsd.port.mk>