- Convert to new perl framework
- Trim Makefile header
This commit is contained in:
parent
e4ceaa901b
commit
a74217e6d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324036
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: facturier
|
||||
# Date created: 30 January 2003
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= facturier
|
||||
PORTVERSION= 2.1.2
|
||||
@ -23,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/htmldoc:${PORTSDIR}/textproc/htmldoc \
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
USE_APACHE_RUN= 22+
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
USE_MYSQL= yes
|
||||
|
||||
SUB_FILES= pkg-deinstall
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Generic file fetching mechanism
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Fetch.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Net-FTPSSL
|
||||
# Date created: 1st Dec, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-FTPSSL
|
||||
PORTVERSION= 0.22
|
||||
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::FTPSSL.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
MAKE_ENV+= NOCONF=1
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Implements an FTP client POE Component
|
||||
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes
|
||||
|
||||
MAN3= POE::Component::Client::FTP.3
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: paraget
|
||||
# Date created: Apr 18, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= paraget
|
||||
PORTVERSION= 0.3.0
|
||||
@ -20,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= paraget.1
|
||||
|
||||
|
@ -11,15 +11,13 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= FXP (server-to-server FTP) client
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
RUN_DEPENDS= p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
USES= shebangfix
|
||||
USES= shebangfix perl5
|
||||
SHEBANG_FILES= profxpv3.pl
|
||||
perl_OLD_CMD= /home/tom/ActivePerl-5.6/bin/perl
|
||||
|
||||
|
@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
USE_PERL5= yes
|
||||
USES+= perl5
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
|
||||
MAN3+= wzdftpd.3
|
||||
PLIST_SUB+= PERL=""
|
||||
|
@ -37,7 +37,8 @@ CHARSETSUB= s/ksx1001.1997/ksc5601.1987/g
|
||||
FONTSDIR= lib/X11/fonts/local
|
||||
MAKE_ENV= FONTSDIR=${FONTSDIR}
|
||||
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
# manually install hinted fonts
|
||||
do-configure:
|
||||
|
@ -14,12 +14,13 @@ COMMENT= X11 terminal emulator based on rxvt/xterm that supports korean
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
|
||||
|
||||
USES= perl5
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11 xext ice sm xt
|
||||
USE_GNOME= imlib
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}"
|
||||
MAN1= Eterm.1
|
||||
|
@ -14,7 +14,8 @@ LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
||||
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
USE_GNOME= glib20 gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -11,8 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A NNTP client for Gnome
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USES= pathfix
|
||||
USES= pathfix perl5
|
||||
USE_GNOME= gnomelibs gnomeprefix
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: nzbperl
|
||||
# Date created: 20 May 2006
|
||||
# Whom: Tim Welch <ports@thepentagon.org>
|
||||
#
|
||||
# Created by: Tim Welch <ports@thepentagon.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nzbperl
|
||||
PORTVERSION= 0.6.8
|
||||
@ -24,7 +20,8 @@ RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
|
||||
|
||||
PLIST_FILES= bin/nzbperl
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
|
||||
|
@ -14,7 +14,8 @@ COMMENT= Object for handling Usenet articles in mail or news form
|
||||
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
|
||||
News::FormReply.3
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Manage newsrc files
|
||||
BUILD_DEPENDS= p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= News::Newsrc.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: POE-Component-Client-NNTP
|
||||
# Date created: 17 October 2004
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# Created by: Sergey Skvortsov <skv@protey.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POE-Component-Client-NNTP
|
||||
PORTVERSION= 2.22
|
||||
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \
|
||||
RUN_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Component::Client::NNTP.3 \
|
||||
POE::Component::Client::NNTP::Constants.3
|
||||
|
@ -14,7 +14,8 @@ RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
|
||||
p5-POE-Component-Client-NNTP>=1.05:${PORTSDIR}/news/p5-POE-Component-Client-NNTP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POE::Component::Server::NNTP.3 \
|
||||
POE::Component::Server::NNTP::Constants.3
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: plor
|
||||
# Date Created: 30 Dec 1996
|
||||
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
||||
#
|
||||
# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= plor
|
||||
PORTVERSION= 0.3.3
|
||||
@ -19,7 +15,7 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
MAN1= plor.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user