Convert to new perl framework.
This commit is contained in:
parent
d0f4eef0d7
commit
3d7ef3e463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324190
7 changed files with 11 additions and 11 deletions
|
@ -10,8 +10,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl Audio Converter
|
||||
|
||||
USES= shebangfix
|
||||
USE_PERL5= yes
|
||||
USES= shebangfix perl5
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
|||
INSTALL_TARGET= pure_install
|
||||
SCRIPTS_ENV= PERL=${PERL}
|
||||
USE_FORTRAN= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
MAN3= PGPLOT.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
|
||||
|
|
|
@ -35,8 +35,7 @@ MAKE_JOBS_UNSAFE= yes
|
|||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= yes
|
||||
USES= bison
|
||||
USES= bison perl5
|
||||
|
||||
MAN1= ops2c.1 \
|
||||
parrot.1 \
|
||||
|
|
|
@ -35,7 +35,8 @@ CONFIGURE_PARROT_ARGS= --cc=${CC} --cxx=${CXX} --ld=${CC} --ccflags="${CFLAGS}"
|
|||
CONFIGURE_ARGS= --with-parrot=${PREFIX}/bin/parrot \
|
||||
--with-nqp=${PREFIX}/bin/nqp
|
||||
|
||||
USES= bison
|
||||
USES= bison perl5
|
||||
USE_PERL5= build
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -43,7 +44,6 @@ USES= bison
|
|||
BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||
.endif
|
||||
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= perl6.1 rakudo.1
|
||||
|
|
|
@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/s3-example-libraries/perl
|
||||
|
||||
|
|
|
@ -12,7 +12,8 @@ COMMENT= C library for parsing and processing BibTeX data files
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
MAN3= btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \
|
||||
bt_postprocess.3 bt_macros.3 bt_split_names.3 \
|
||||
|
|
|
@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}ii
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for postprocessing the output from sgmls and nsgmls
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= shebangfix
|
||||
USE_PERL5= run
|
||||
USES= shebangfix perl5
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Reference in a new issue