mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
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 MFH: 2015Q3 (blanket)
This commit is contained in:
parent
d5e73eada8
commit
41c9805051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396696
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ktoblzcheck
|
PORTNAME= ktoblzcheck
|
||||||
PORTVERSION= 1.48
|
PORTVERSION= 1.48
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= finance german
|
CATEGORIES= finance german
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
|
||||||
|
@ -12,7 +13,7 @@ COMMENT= Check bank codes of German banks
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= libtool pathfix
|
USES= libtool pathfix perl5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
Loading…
Add table
Reference in a new issue