- Convert to new perl framework

- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
This commit is contained in:
Mathieu Arnold 2013-08-02 18:52:07 +00:00
parent 49b7a7d4a4
commit 4819ca343b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324174
1871 changed files with 4836 additions and 7428 deletions

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Archive-Any
# Date created: 2006-08-28
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Archive-Any
PORTVERSION= 0.09.32
@ -26,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3

View file

@ -13,8 +13,8 @@ COMMENT= Generic archive extracting mechanism
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Archive::Extract.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Archive-Rar
# Date created: 2009-11-02
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
#
PORTNAME= Archive-Rar
PORTVERSION= 2.02
@ -17,7 +13,8 @@ COMMENT= Interface with the 'rar' command
BUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Archive::Rar.3 \
Archive::Rar::Passthrough.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Archive-SimpleExtractor
# Date created: 2009-11-02
# Whom: Andrey Kostenko <andrey@kostenko.name>
#
# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
#
PORTNAME= Archive-SimpleExtractor
PORTVERSION= 0.11
@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Archive-Rar>=2.02:${PORTSDIR}/archivers/p5-Archive-Rar \
p5-Module-Load-Conditional>=0.3:${PORTSDIR}/devel/p5-Module-Load-Conditional
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Archive::SimpleExtractor::Zip.3 \
Archive::SimpleExtractor::Tar.3 \
Archive::SimpleExtractor.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Archive-Zip
# Date created: Mon Jan 1 09:33:13 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= Archive-Zip
PORTVERSION= 1.30
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to create, manipulate, read, and write Zip archive files
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Compress-LZF
# Date created: 2006-09-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Compress-LZF
PORTVERSION= 3.43
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extremely lightweight Lempel-Ziv-Free compression
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Compress::LZF.3

View file

@ -14,7 +14,8 @@ COMMENT= Interface to the LZO compression library
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
CFLAGS+= -I${LOCALBASE}/include/lzo
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL

View file

@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pure perl implementation of LZW
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Compress::LZW.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Mac-Macbinary
# Date created: Wed Jan 3 08:41:22 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= Mac-Macbinary
PORTVERSION= 0.06
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that can extract info from Macbinary files
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Mac::Macbinary.3

View file

@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Compress-Bzip2>=2.08:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= POE::Filter::Bzip2.3

View file

@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Compress-LZF>=1.51:${PORTSDIR}/archivers/p5-Compress-LZF \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= POE::Filter::LZF.3

View file

@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Compress-LZO>=1.08:${PORTSDIR}/archivers/p5-Compress-LZO \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= POE::Filter::LZO.3

View file

@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Compress-LZW>=0:${PORTSDIR}/archivers/p5-Compress-LZW \
p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= POE::Filter::LZW.3

View file

@ -15,7 +15,8 @@ COMMENT= POE filter wrapped around Compress::Zlib
BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= POE::Filter::Zlib.3 \
POE::Filter::Zlib::Stream.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: PerlIO-gzip
# Date created: 08 December 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= PerlIO-gzip
PORTVERSION= 0.18
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to provide a PerlIO layer to gzip/gunzip
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= PerlIO::gzip.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: PerlIO-via-Bzip2
# Date created: 18 December 2006
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= PerlIO-via-Bzip2
PORTVERSION= 0.02
@ -17,7 +13,8 @@ COMMENT= Perl extension to provide a PerlIO layer to bzip2/bunzip2
BUILD_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= PerlIO::via::Bzip2.3

View file

@ -14,9 +14,8 @@ COMMENT= OO Perl interface to the ADS abstract service
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= adsquery.1
MAN3= Astro::ADS.3 Astro::ADS::Query.3 Astro::ADS::Result.3 Astro::ADS::Result::Paper.3

View file

@ -28,7 +28,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Astro::Catalog.3 \
Astro::Catalog::IO::ASCII.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: astro/p5-Astro-Constants
# Date created: 04 April 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Astro-Constants
PORTVERSION= 0.09
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Physical constants for use in astronomy
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::Constants.3

View file

@ -14,9 +14,8 @@ COMMENT= OO interface to the 1st and 2nd Digital Sky Surveys
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::DSS.3

View file

@ -12,8 +12,8 @@ COMMENT= Object Orientated interface to FITS HDUs
LICENSE= GPLv3
MAKE_JOBS_SAFE= yes
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Astro::FITS::Header.3 \
Astro::FITS::Header::AST.3 \

View file

@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
MAKE_ARGS+= "CC=g++"
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::Hipparcos::Record.3 \
Astro::Hipparcos.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Astro-MoonPhase
# Date created: Mon Jan 1 09:43:10 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= Astro-MoonPhase
PORTVERSION= 0.60
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to calculate information about the phase of the moon
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::MoonPhase.3

View file

@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -y
MAN1= simbadc.1

View file

@ -14,9 +14,8 @@ COMMENT= OO Perl interface to the SIMBAD astronomical database
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::SIMBAD.3 \
Astro::SIMBAD::Query.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Astro-SunTime
# Date created: Mon Jan 1 10:06:12 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= Astro-SunTime
PORTVERSION= 0.01
@ -18,8 +14,7 @@ COMMENT= Perl interface to calculate sunrise/sunset times
BUILD_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -27,7 +27,8 @@ SPACETRACK_DESC= Add support for Astro::SpaceTrack
USGS_DESC= Add support for Geo::WebService::Elevation::USGS
CONFIGURE_ARGS= -y
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= satpass.1
MAN3= Astro::Coord::ECI.3 \

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Collection of useful astronomical routines in Perl
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Astro::Time.3 \
Astro::Misc.3 \

View file

@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \
RUN_DEPENDS= p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \
p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= GPS::Babel.3

View file

@ -11,9 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that processes METAR information from NOAA sources
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Geo::METAR.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Audio-MPD
# Date created: 28 Oct 2008
# Whom: chinsan
#
# Created by: chinsan
# $FreeBSD$
#
PORTNAME= Audio-MPD
PORTVERSION= 1.120610
@ -29,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN1= mpd-dynamic.1 \
mpd-rate.1

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Audio-Musepack
# Date created: 21 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Audio-Musepack
PORTVERSION= 1.0.1
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-MP3-Info>=1.20:${PORTSDIR}/audio/p5-MP3-Info \
p5-Audio-Scan>=0.85:${PORTSDIR}/audio/p5-Audio-Scan
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Audio::APE.3 Audio::Musepack.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Audio-Scan
# Date created: 11 July, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
#
PORTNAME= Audio-Scan
PORTVERSION= 0.93
@ -19,7 +15,8 @@ LICENSE= GPLv2
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Audio::Scan.3

View file

@ -13,7 +13,8 @@ COMMENT= Perl modules for reading and writing Microsoft WAV files
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3

View file

@ -1,10 +1,6 @@
# ex:ts=8
# Ports collection makefile for: CDDB-File
# Date created: Jun 26, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= CDDB-File
PORTVERSION= 1.05
@ -16,7 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse a CDDB/freedb data file
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= CDDB::File.3

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= High-level interface to the Compact Disc Database
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= CDDB.3

View file

@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= High-level interface to the Compact Disc Database
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= CDDB_get.3

View file

@ -13,7 +13,8 @@ COMMENT= Perl5 module for handling MIDI files
OPTIONS_DEFINE= GD
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= MIDI.3 MIDI::Event.3 MIDI::Filespec.3 MIDI::Opus.3 MIDI::Score.3 \
MIDI::Simple.3 MIDI::Track.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: MPEG-ID3v2Tag
# Date created: Wed Jan 3 08:38:34 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= MPEG-ID3v2Tag
PORTVERSION= 0.39
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that provides a way to write/read ID3 v2.3 tags
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= MPEG::ID3v2Tag.3

View file

@ -12,7 +12,8 @@ COMMENT= Perl glue for libshout MP3 streaming source library
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Shout.3

View file

@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-File-ShareDir-PathClass>0:${PORTSDIR}/devel/p5-File-ShareDir-P
p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Test::Corpus::Audio::MPD.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-libvorbis
# Date created: 30 Jul 2002
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# Created by: Dominic Mitchell <dom@happygiraffe.net>
# $FreeBSD$
#
PORTNAME= libvorbis
PORTVERSION= 0.05
@ -20,7 +16,8 @@ COMMENT= Perl extension for Ogg Vorbis streams
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Ogg::Vorbis.3

View file

@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read, change, and write different tags of MP3 audio files
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= MP3::Tag::ID3v2.3 MP3::Tag.3 MP3::Tag::File.3 \
MP3::Tag::ID3v2-Data.3 MP3::Tag::ID3v1.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Benchmark-Stopwatch
# Date created: 2006-08-24
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Benchmark-Stopwatch
PORTVERSION= 0.05
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Benchmark::Stopwatch.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-AcePerl
# Date created: 26 July 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# Created by: Johann Visagie <johann@egenetics.com>
# $FreeBSD$
#
PORTNAME= AcePerl
PORTVERSION= 1.92
@ -21,7 +17,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= ace.pl.1
MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace::Browser::SearchSubs.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Bio-Das-Lite
# Date created: 26 Feb, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Bio-Das-Lite
PORTVERSION= 2.11
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>0.8:${PORTSDIR}/devel/p5-Test-Simple
PERL_MODBUILD= YES
USES= perl5
USE_PERL5= modbuild
MAN3= Bio::Das::Lite.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Bio-Das
# Date created: 17 January 2005
# Whom: Razi Khaja <razi@genet.sickkids.on.ca>
#
# Created by: Razi Khaja <razi@genet.sickkids.on.ca>
# $FreeBSD$
#
PORTNAME= Bio-Das
PORTVERSION= 1.17
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \
p5-libwww>=5:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= Bio::Das.3 Bio::Das::AGPServer::Config.3 Bio::Das::AGPServer::Daemon.3 \
Bio::Das::AGPServer::Parser.3 Bio::Das::AGPServer::SQLStorage.3 \

View file

@ -14,7 +14,8 @@ COMMENT= Perl Interface to G-language
BUILD_DEPENDS= p5-libwww>=5:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= Bio::Glite.3

View file

@ -1,6 +1,5 @@
# Created by: wen@FreeBSD.org
# $FreeBSD$
#
PORTNAME= Bio-Graphics
PORTVERSION= 2.37
@ -21,7 +20,8 @@ BUILD_DEPENDS= p5-Bio-SCF>=1.01:${PORTSDIR}/biology/p5-Bio-SCF \
p5-bioperl>=1.6.0:${PORTSDIR}/biology/p5-bioperl
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= contig_draw.pl.1 \
feature_draw.pl.1 \

View file

@ -26,7 +26,8 @@ BUILD_DEPENDS= p5-Date-Manip>=5.44:${PORTSDIR}/devel/p5-Date-Manip \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0.26:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Bio::MAGETAB.3 \
Bio::MAGETAB::ArrayDesign.3 \

View file

@ -17,7 +17,8 @@ TEST_DEPENDS= p5-Test-Deep>=0.106:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= nex2text_tree.pl.1 \
nexplot.pl.1 \

View file

@ -27,7 +27,8 @@ BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Bio::Phylo.3 \
Bio::Phylo::EvolutionaryModels.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Date-Chinese
# Date Created: 13 Aug 2001
# Whom: Shell Hung <shell@shellhung.org>
#
# Created by: Shell Hung <shell@shellhung.org>
# $FreeBSD$
#
PORTNAME= Date-Chinese
PORTVERSION= 1.12
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to calculate dates in the Chinese calendar
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Date::Chinese.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Lingua-Han-PinYin
# Date created: 2006-09-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Lingua-Han-PinYin
PORTVERSION= 0.16
@ -20,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Lingua-Han-Utils>=0.10:${PORTSDIR}/chinese/p5-Lingua-Han-Utils
RUN_DEPENDS= p5-Lingua-Han-Utils>=0.10:${PORTSDIR}/chinese/p5-Lingua-Han-Utils
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Lingua::Han::PinYin.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Lingua-Han-Utils
# Date created: 2006-09-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Lingua-Han-Utils
PORTVERSION= 0.12
@ -20,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Encode-Detect-CJK>=0:${PORTSDIR}/converters/p5-Encode-Detect-CJK
RUN_DEPENDS= p5-Encode-Detect-CJK>=0:${PORTSDIR}/converters/p5-Encode-Detect-CJK
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Lingua::Han::Utils.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Lingua-ZH-BPMFConvert
# Date created: 2006-09-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Lingua-ZH-BPMFConvert
PORTVERSION= 0.01
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Lingua::ZH::BPMFConvert.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Lingua-ZH-Segment
# Date created: 2007-06-08
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Lingua-ZH-Segment
PORTVERSION= 0.02
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Chinese Text Segmentation
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Lingua::ZH::Segment.3

View file

@ -1,10 +1,6 @@
# ex:ts=8
# Ports collection makefile for: p5-Lingua-ZH-TaBE
# Date Created: Jan 22, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= Lingua-ZH-TaBE
PORTVERSION= 0.07
@ -18,7 +14,8 @@ COMMENT= Chinese processing via libtabe
LIB_DEPENDS= tabe.3:${PORTSDIR}/chinese/libtabe
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
USE_BDB= yes
OBSOLETE_BDB_VAR= WITH_DB

View file

@ -14,7 +14,8 @@ COMMENT= Chinese Tokenizer on steroids
BUILD_DEPENDS= p5-Lingua-ZH-TaBE>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-TaBE
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Lingua::ZH::Toke.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-ASCII-Armour
# Date created: 2001/08/26
# Whom: nork@cityfujisawa.ne.jp
#
# Created by: nork@cityfujisawa.ne.jp
# $FreeBSD$
#
PORTNAME= Convert-ASCII-Armour
PORTVERSION= 1.4
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert binary octets into ASCII armoured messages
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-ASN1
# Date created: October 27, 2000
# Whom: Marc Fournier <scrappy@FreeBSD.org>
#
# Created by: Marc Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Convert-ASN1
PORTVERSION= 0.26
@ -20,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::ASN1.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-Bencode_XS
# Date created: 2006-08-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Convert-Bencode_XS
PORTVERSION= 0.06
@ -16,7 +12,8 @@ COMMENT= Faster conversions to/from Bencode format
RUN_DEPENDS= p5-Convert-Bencode>=0:${PORTSDIR}/converters/p5-Convert-Bencode
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::Bencode_XS.3

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to extract data from Macintosh BinHex files
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::BinHex.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Convert-Binary-C
# Date created: 26 May 2004
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= Convert-Binary-C
PORTVERSION= 0.76
@ -19,7 +15,8 @@ LICENSE_COMB= dual
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= ccconfig.1
MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-IBM390
# Date created: 13 Aug 2005
# Whom: Jason Burgess <dev@fenux.net>
#
# Created by: Jason Burgess <dev@fenux.net>
# $FreeBSD$
#
PORTNAME= Convert-IBM390
PORTVERSION= 0.27
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Functions for manipulating mainframe data
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::IBM390.3 \
Convert::IBM390::CP00037.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Convert-Morse
# Date created: Wed Jan 3 16:37:55 2001
# Whom: will
#
# Created by: will
# $FreeBSD$
#
PORTNAME= Convert-Morse
PORTVERSION= 0.06
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to convert between ASCII and Morse codes
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::Morse.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-PEM
# Date created: Tue Sep 11 10:33:05 PDT 2001
# Whom: Michael Haro <mharo@FreeBSD.org>
#
# Created by: Michael Haro <mharo@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Convert-PEM
PORTVERSION= 0.08
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
p5-Crypt-DES_EDE3>=0:${PORTSDIR}/security/p5-Crypt-DES_EDE3
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= Convert::PEM.3 Convert::PEM::CBC.3

View file

@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-MIME-Tools>=4.109:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::TNEF.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Convert-UUlib
# Date created: November 19th 2000
# Whom: Blaz Zupan <blaz@amis.net>
#
# Created by: Blaz Zupan <blaz@amis.net>
# $FreeBSD$
#
PORTNAME= Convert-UUlib
PORTVERSION= 1.40
@ -17,7 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0,,}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Convert::UUlib.3

View file

@ -13,7 +13,8 @@ COMMENT= Encode::Encoding subclass that detects the encoding of data
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Encode::Detect.3 Encode::Detect::Detector.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Encode-IMAPUTF7
# Date created: Dec 18, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Encode-IMAPUTF7
PORTVERSION= 1.05
@ -17,7 +13,8 @@ COMMENT= Modification of UTF-7 encoding for IMAP
BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Encode::IMAPUTF7.3

View file

@ -16,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= JSON::Any.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-JSON-DWIW
# Date created: 2007/02/14
# Whom: chinsan
#
# Created by: chinsan
# $FreeBSD$
#
PORTNAME= JSON-DWIW
PORTVERSION= 0.47
@ -16,6 +12,7 @@ COMMENT= JSON converter that Does What I Want
MAN3= JSON::DWIW.3 JSON::DWIW::Boolean.3 JSON::DWIW::Changes.3
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -13,7 +13,8 @@ COMMENT= JSON serialising/deserialising, done correctly and fast
BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN1= json_xs.1
MAN3= JSON::XS.3 JSON::XS::Boolean.3

View file

@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
PERL_CONFIGURE= YES
USES= perl5
USE_PERL5= configure
MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: String::Multibyte
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
#
PORTNAME= String-Multibyte
PORTVERSION= 1.10
@ -18,7 +14,8 @@ COMMENT= Perl module to manipulate multibyte character strings
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= String::Multibyte.3 \
String::Multibyte::Big5.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Text-Bidi
# Date created: 2008-03-24
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Text-Bidi
PORTVERSION= 0.03
@ -17,7 +13,8 @@ COMMENT= Perl interface to the libfribidi
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
MAN3= Text::Bidi.3 Text::Bidi::CapRTL.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Text::Iconv
# Date created: 26 Dec 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= Text-Iconv
PORTVERSION= 1.7
@ -14,9 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to iconv() codeset conversion function
USES= iconv
PERL_CONFIGURE= yes
USES= perl5 iconv
USE_PERL5= configure
CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -liconv"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Unicode-String
# Date created: 10th September 2000
# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
#
# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
# $FreeBSD$
#
PORTNAME= Unicode-String
PORTVERSION= 2.09
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Unicode::CharName.3 Unicode::String.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Unicode-Stringprep
# Date created: 10 Dec 2010
# Whom: Timur Bakeyev <bat@cpan.org>
#
# Created by: Timur Bakeyev <bat@cpan.org>
# $FreeBSD$
#
PORTNAME= Unicode-Stringprep
PORTVERSION= 1.104
@ -21,7 +17,8 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Unicode::Stringprep.3 \
Unicode::Stringprep::BiDi.3 \

View file

@ -17,7 +17,8 @@ LICENSE_COMB= dual
TEST_DEPENDS= p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
USE_BDB= 47+
MAN3= BerkeleyDB.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Cache-Memcached-XS
# Date created: 8 September 2006
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= Cache-Memcached-XS
PORTVERSION= 0.01
@ -18,7 +14,8 @@ LIB_DEPENDS= memcache.4:${PORTSDIR}/databases/libmemcache
BUILD_DEPENDS= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
MAN3= Cache::Memcached::XS.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Cache-Memcached
# Date created: 2004-04-15
# Whom: michael johnson <ahze@ahze.net>
#
# Created by: michael johnson <ahze@ahze.net>
# $FreeBSD$
#
PORTNAME= Cache-Memcached
PORTVERSION= 1.30
@ -21,7 +17,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32
RUN_DEPENDS= p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Cache::Memcached.3

View file

@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-SQL-Abstract-Limit>=0:${PORTSDIR}/databases/p5-SQL-Abstract-Limit
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::AbstractSearch.3

View file

@ -1,10 +1,6 @@
# ex:ts=8
# Ports collection makefile for: Class::DBI::AutoLoader
# Date created: Sep 23, 2004
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= Class-DBI-AutoLoader
PORTVERSION= 0.12
@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-Class-DBI-BaseDSN>=0:${PORTSDIR}/databases/p5-Class-DBI-BaseDSN
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::AutoLoader.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-BaseDSN
# Date created: 21 july 2003
# Whom: mat
#
# Created by: mat
# $FreeBSD$
#
PORTNAME= Class-DBI-BaseDSN
PORTVERSION= 1.22
@ -18,7 +14,8 @@ COMMENT= DSN sensitive base class
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Class::DBI::BaseDSN.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-FromCGI
# Date created: 21 july 2003
# Whom: mat
#
# Created by: mat
# $FreeBSD$
#
PORTNAME= Class-DBI-FromCGI
PORTVERSION= 1.00
@ -19,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-CGI-Untaint>=0:${PORTSDIR}/www/p5-CGI-Untaint
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::FromCGI.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Class-DBI-Lite
# Date created: 16th March, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Class-DBI-Lite
PORTVERSION= 1.034
@ -29,7 +25,8 @@ TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
DEPRECATED= deprecated by upstream
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Lite.3 \
Class::DBI::Lite::CacheManager.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-Loader
# Date created: 21 july 2003
# Whom: mat
#
# Created by: mat
# $FreeBSD$
#
PORTNAME= Class-DBI-Loader
PORTVERSION= 0.34
@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Class-DBI>=0.89:${PORTSDIR}/databases/p5-Class-DBI \
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Loader.3 \
Class::DBI::Loader::Generic.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-Oracle
# Date created: 21 july 2003
# Whom: Mathieu Arnold <mat@FreeBSD.org>
#
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Class-DBI-Oracle
PORTVERSION= 0.51
@ -17,7 +13,8 @@ COMMENT= Extensions to Class::DBI for Oracle
BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Oracle.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-Pager
# Date created: 21 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= Class-DBI-Pager
PORTVERSION= 0.08
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Pager.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-Pg
# Date created: 21 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= Class-DBI-Pg
PORTVERSION= 0.09
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Class::DBI::Pg.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-Replication
# Date created: 22 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= Class-DBI-Replication
PORTVERSION= 0.01
@ -17,7 +13,8 @@ COMMENT= Class::DBI for replicated database
BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::Replication.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-SAK
# Date created: 22 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= Class-DBI-SAK
PORTVERSION= 1.4
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
p5-Class-DBI-AbstractSearch>=0:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \
p5-Class-DBI-Pager>=0:${PORTSDIR}/databases/p5-Class-DBI-Pager
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Class::DBI::SAK.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-SQLite
# Date created: 22 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
#
PORTNAME= Class-DBI-SQLite
PORTVERSION= 0.11
@ -22,7 +18,8 @@ RUN_DEPENDS= p5-Ima-DBI>=0:${PORTSDIR}/databases/p5-Ima-DBI \
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::SQLite.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Class-DBI-Sweet
# Date created: 6 Jul 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org
#
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org
# $FreeBSD$
#
PORTNAME= Class-DBI-Sweet
PORTVERSION= 0.11
@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Class-DBI>=3.0.12:${PORTSDIR}/databases/p5-Class-DBI \
p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
p5-SQL-Abstract>=1.55:${PORTSDIR}/databases/p5-SQL-Abstract
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Class::DBI::Sweet.3 Class::DBI::Sweet::Topping.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-DBI-ToSax
# Date created: 22 july 2003
# Whom: Mathieu Arnold <mat@FreeBSD.org>
#
# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Class-DBI-ToSax
PORTVERSION= 0.10
@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Ima-DBI>=0:${PORTSDIR}/databases/p5-Ima-DBI \
p5-NEXT>=0:${PORTSDIR}/devel/p5-NEXT
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI::ToSax.3

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: Class-DBI
# Date created: 15 Dec 2001
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Class-DBI
PORTVERSION= 3.0.17
@ -25,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= Class::DBI.3 Class::DBI::Attribute.3 \
Class::DBI::Cascade::Delete.3 Class::DBI::Cascade::Fail.3 \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: p5-Class-Inflate
# Date created: 2006-07-21
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
#
PORTNAME= Class-Inflate
PORTVERSION= 0.07
@ -19,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Test-Debugger>=0:${PORTSDIR}/devel/p5-Test-Debugger
PERL_MODBUILD= yes
USES= perl5
USE_PERL5= modbuild
MAN3= Class::Inflate.3

View file

@ -1,10 +1,6 @@
# ex:ts=8
# Ports collection makefile for: DBD::AnyData
# Date created: Jun 29, 2007
# Whom: ijlioa
#
# Created by: ijlioa
# $FreeBSD$
#
PORTNAME= DBD-AnyData
PORTVERSION= 0.110
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-AnyData>=0.07:${PORTSDIR}/devel/p5-AnyData \
p5-SQL-Statement>1:${PORTSDIR}/databases/p5-SQL-Statement
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USES= perl5
USE_PERL5= configure
MAN3= DBD::AnyData.3

Some files were not shown because too many files have changed in this diff Show more