svn commit: r396697 - branches/2015Q3/finance/ktoblzcheck
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 18:43:50 UTC 2015
Author: amdmi3
Date: Fri Sep 11 18:43:49 2015
New Revision: 396697
URL: https://svnweb.freebsd.org/changeset/ports/396697
Log:
MFH: r396696
This needs perl as both build and run dependency
- It installs perl scripts into DATADIR
- Unless perl is available at buildtime it'll use incorrect shebangs for these scripts
Approved by: portmgr blanket
Approved by: ports-secteam blanket
Modified:
branches/2015Q3/finance/ktoblzcheck/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/finance/ktoblzcheck/Makefile
==============================================================================
--- branches/2015Q3/finance/ktoblzcheck/Makefile Fri Sep 11 18:42:50 2015 (r396696)
+++ branches/2015Q3/finance/ktoblzcheck/Makefile Fri Sep 11 18:43:49 2015 (r396697)
@@ -3,6 +3,7 @@
PORTNAME= ktoblzcheck
PORTVERSION= 1.48
+PORTREVISION= 1
CATEGORIES= finance german
MASTER_SITES= SF/${PORTNAME}
@@ -12,7 +13,7 @@ COMMENT= Check bank codes of German bank
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool pathfix
+USES= libtool pathfix perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
More information about the svn-ports-branches
mailing list