mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Convert to new perl framework
Approved by: bapt@ (office@)
This commit is contained in:
parent
9b472b28fc
commit
1216800fbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324225
@ -27,9 +27,9 @@ USE_GSTREAMER= yes
|
||||
#USE_GCC= 4.6+
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_PERL5= build
|
||||
USE_BZIP2= yes
|
||||
USES+= bison
|
||||
USES+= bison perl5
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -28,9 +28,9 @@ USE_GSTREAMER= yes
|
||||
#WITH_GCC= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_BZIP2= yes
|
||||
USES+= bison
|
||||
USES+= bison perl5
|
||||
USE_PERL5= build
|
||||
WITHOUT_CPU_CFLAGS= true
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -13,11 +13,11 @@ COMMENT= German hunspell dictionaries
|
||||
BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell \
|
||||
hunspell:${PORTSDIR}/textproc/hunspell
|
||||
|
||||
USES= shebangfix
|
||||
USES= shebangfix perl5
|
||||
USE_BZIP2= yes
|
||||
ALL_TARGET= hunspell-all
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= bin/*.pl
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/de_AT.aff \
|
||||
|
@ -18,11 +18,12 @@ COMMENT= Hebrew hunspell dictionaries
|
||||
|
||||
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USES= perl5
|
||||
ALL_TARGET= hunspell
|
||||
CONFIGURE_ARGS= --enable-fatverb
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_PERL5= build
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/he.aff \
|
||||
%%DATADIR%%/he.dic
|
||||
|
@ -24,8 +24,8 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
|
||||
--enable-static
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
USE_PERL5_BUILD= yes
|
||||
USES= iconv perl5
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
|
||||
|
@ -12,9 +12,9 @@ COMMENT= Library for high quality hyphenation and justification
|
||||
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix
|
||||
USES= pathfix perl5
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_prog_AWK=gawk
|
||||
|
||||
|
@ -20,9 +20,9 @@ CONFIGURE_ARGS= --disable-werror
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PERL5= build
|
||||
USE_XZ= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake pathfix pkgconfig perl5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -14,10 +14,10 @@ COMMENT= Ukrainian hunspell dictionaries
|
||||
|
||||
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USES= shebangfix
|
||||
USES= shebangfix perl5
|
||||
ALL_TARGET= myspell
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_PERL5= build
|
||||
SHEBANG_FILES= bin/*.pl
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/uk_UA.aff \
|
||||
|
@ -20,7 +20,8 @@ COMMENT= Ukrainian thesaurus
|
||||
LICENSE= LGPL21 GPLv2
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5_BUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \
|
||||
%%DATADIR%%/th_uk_UA.idx
|
||||
|
Loading…
Reference in New Issue
Block a user