1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-05-30 12:38:01 +00:00
parent 9dea81509a
commit a166b04365
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387950

View File

@ -3,7 +3,7 @@
PORTNAME= tokyotyrant
PORTVERSION= 1.16
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= http://fallabs.com/${PORTNAME}/perlpkg/
PKGNAMEPREFIX= p5-
@ -15,7 +15,9 @@ COMMENT= Perl5 interface to the TokyoTyrant
BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant
LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= tcrtest.pl ttutest.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>