- Convert to new perl framework
This commit is contained in:
parent
9046e7300f
commit
0aad97bb5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324171
@ -13,7 +13,8 @@ COMMENT= Perl module to use your computer beeper in fancy ways
|
||||
BUILD_DEPENDS= beep:${PORTSDIR}/audio/beep
|
||||
RUN_DEPENDS= beep:${PORTSDIR}/audio/beep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Audio::Beep.3 Audio::Beep::BSD::beep.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Perl interface to libcdaudio (cd + cddb)
|
||||
|
||||
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \
|
||||
LIBS="-L${LOCALBASE}/lib -lcdaudio"
|
||||
|
||||
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
p5-libwww>=5:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= scrobbler-helper.1
|
||||
MAN3= Audio::Scrobbler.3
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fetch info from WMA audio files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Audio::WMA.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Edit ID3v1 Tags from an Audio MPEG Layer 3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= MP3::ID3v1Tag.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ COMMENT= Get the CDID of an audio CD and query the FreeDB servers
|
||||
BUILD_DEPENDS= p5-CDDB-File>=0:${PORTSDIR}/audio/p5-CDDB-File
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::FreeDB.3
|
||||
|
||||
|
@ -21,7 +21,8 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Ogg::Vorbis::Header.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
|
||||
p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
|
||||
p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
MAN3= Bundle::Xmms.3 \
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Implements OICQ messaging protocol
|
||||
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-Crypt-OICQ>=0:${PORTSDIR}/security/p5-Crypt-OICQ
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::OICQ.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ COMMENT= Chinese Keywords Extraction via Lingua::ZH::TaBE
|
||||
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::Keywords.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Converts numeric values into their Chinese string equivalents
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Lingua::ZH::Numbers.3 Lingua::ZH::Numbers::Currency.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Lingua-ZH-Toke>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Toke \
|
||||
p5-Lingua-ZH-Wrap>=0:${PORTSDIR}/chinese/p5-Lingua-ZH-Wrap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Lingua::ZH::Summarize.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple Chinese text Wrapper
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Lingua::ZH::Wrap.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ COMMENT= Generate meaningless Chinese text that creates the illusion of the docu
|
||||
RUN_DEPENDS= p5-common-sense>=2.02:${PORTSDIR}/devel/p5-common-sense
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Text::Greeking::zh_TW.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Convert::BER.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tools for dealing with Czech encodings in Perl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= cssort.1 cstocs.1 dbfcstocs.1
|
||||
MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module to format a bytecount and make it human readable
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Format::Human::Bytes.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ LICENSE_COMB= dual
|
||||
BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
|
||||
RUN_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Unicode::IMAPUtf7.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN= Overwrites bin/map from converters/p5-Unicode-Map
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Unicode::Lite.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= map.1 mkmapfile.1
|
||||
MAN3= Unicode::Map.3
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Mapping table between 8-bit chars and Unicode
|
||||
BUILD_DEPENDS= p5-Unicode-String>=2:${PORTSDIR}/converters/p5-Unicode-String
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= umap.1
|
||||
MAN3= Unicode::Map8.3
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Unicode-Map>=0:${PORTSDIR}/converters/p5-Unicode-Map \
|
||||
ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Unicode::MapUTF8.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Conversions to/from UTF-8 from/to charactersets
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Unicode::UTF8simple.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2
|
||||
|
||||
MAN3= XML::WBXML.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,-I.,-I. -I${LOCALBASE}/include,' ${WRKSRC}/Makefile.PL
|
||||
|
@ -13,7 +13,8 @@ MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Perl based generic WWW DB interface / frontend
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WWWdb::Base.3 WWWdb::DbSession.3 WWWdb::List.3 \
|
||||
WWWdb::Session.3 WWWdb::Plugin.3 WWWdb::Hash.3 \
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \
|
||||
p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= CDB_File::Generator.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::DBI::mysql.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CC:= ${CXX}
|
||||
|
||||
MAN3= DBD::Cego.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= DBD independent class
|
||||
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::AnyDBD.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Adds syntactic sugar to skip the fancy objects
|
||||
BUILD_DEPENDS= p5-DBIx-Class>=0.04001:${PORTSDIR}/databases/p5-DBIx-Class
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::Class::ResultSet::HashRef.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Allows you to create a global password file for DB passwords
|
||||
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::Password.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-DBIx-AnyDBD>=0:${PORTSDIR}/databases/p5-DBIx-AnyDBD \
|
||||
p5-Class-MixinFactory>=0:${PORTSDIR}/devel/p5-Class-MixinFactory
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::SQLEngine.3 \
|
||||
DBIx::SQLEngine::Cache::BasicCache.3 \
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Class-Gomor>=0:${PORTSDIR}/devel/p5-Class-Gomor \
|
||||
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::SQLite::Simple.3 \
|
||||
DBIx::SQLite::Simple::Table.3
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DBIx::XML_RDB.3
|
||||
|
||||
|
@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Iterator::DBI.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Perl implementation of Dublin Core compatible metadata
|
||||
BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Metadata::Base.3 \
|
||||
Metadata::HTTP.3 \
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-File-pushd>=1.00:${PORTSDIR}/devel/p5-File-pushd \
|
||||
p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ORLite::Migrate.3 \
|
||||
ORLite::Migrate::Timeline.3
|
||||
|
@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Class-Tangram>=0:${PORTSDIR}/devel/p5-Class-Tangram
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
|
||||
T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module to handle HP 200LX palmtop computer databases
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= HP200LX::DB.3
|
||||
|
||||
|
@ -159,6 +159,7 @@ MAN3= Goo.3 \
|
||||
Goo::WebDBLite.3 \
|
||||
Goo::Zone.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,7 +23,8 @@ OPTIONS_DEFAULT= GRAPHVIZ SPRINGGRAPH VCG
|
||||
SPRINGGRAPH_DESC= SpringGraph support
|
||||
VCG_DESC= VCG support
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= autodia.pl.1
|
||||
MAN3= Autodia.3 autodia.3 \
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Perl implementation of the A* pathfinding algorithm
|
||||
BUILD_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AI::Pathfinding::AStar.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Perl module that provides a foundation for software agent developers
|
||||
BUILD_DEPENDS= p5-Class-Tom>=0:${PORTSDIR}/devel/p5-Class-Tom
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Agent.3 Agent::Transport::TCP.3 \
|
||||
Agent::Transport.3 Agent::Message.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Represent a series of changes in annotate form
|
||||
BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Annotate.3
|
||||
|
||||
|
@ -22,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
MAN3= Algorithm::Dependency::Objects.3 \
|
||||
Algorithm::Dependency::Objects::Ordered.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Calculate the Modulus 10 Double Add Double checksum
|
||||
|
||||
MAN3= Algorithm::LUHN.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Shuffle a list
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Numerical::Shuffle.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A perl module that performs aliasing services
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Alias.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= App::Cmd.3 \
|
||||
App::Cmd::ArgProcessor.3 \
|
||||
|
@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= svn-bisect.1
|
||||
MAN3= App::SVN::Bisect.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Calculate windows/subsets/pages of arrays
|
||||
BUILD_DEPENDS= p5-Params-Util>=0.12:${PORTSDIR}/devel/p5-Params-Util
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Array::Window.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl Compiler backend to diagram OP trees
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= B::Graph.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Perl5 module to scan C language files for easily recognized constructs
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Flow>=0:${PORTSDIR}/devel/p5-Data-Flow
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= C::Scan.3
|
||||
|
||||
|
@ -24,7 +24,8 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= CPAN::YACSmoke.3 \
|
||||
CPAN::YACSmoke::Plugin::SmokeDB.3 \
|
||||
|
@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||||
p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Cache::AgainstFile::Memory.3 \
|
||||
Cache::AgainstFile.3 \
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A lightweight cache with timed expiration
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Cache::Simple::TimedExpiry.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ RUN_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
WRKSRC= ${WRKDIR}/AutoClass
|
||||
|
||||
MAN3= Class::AutoClass::Root.3 Class::AutoClass.3 Class::AutoClass::Args.3
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Perl extension for code generation program formatting and execution
|
||||
BUILD_DEPENDS= p5-Class-STL-Containers>=0:${PORTSDIR}/devel/p5-Class-STL-Containers
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Static calls apply to a default instantiation
|
||||
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Default.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Base class for dynamic factory classes
|
||||
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Factory.3
|
||||
|
||||
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Handle.3
|
||||
|
||||
|
@ -22,6 +22,7 @@ MAN3= Class::MixinFactory.3 \
|
||||
Class::MixinFactory::NEXT.3 \
|
||||
Class::MixinFactory::ReadMe.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Support multimethods and function overloading in Perl
|
||||
|
||||
MAN3= Class::Multimethods.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl extension for STL-like object management
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Moose>=0.37:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::Workflow.3 Class::Workflow::Context.3 \
|
||||
Class::Workflow::Cookbook.3 Class::Workflow::Instance.3 \
|
||||
|
@ -17,7 +17,8 @@ LICENSE_COMB= dual
|
||||
BUILD_DEPENDS= p5-AutoXS-Header>=0:${PORTSDIR}/devel/p5-AutoXS-Header
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Class::XSAccessor::Array.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Parse a configuration file in the same syntax as the Apache web server
|
||||
BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= Config::ApacheFormat.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,6 +15,7 @@ TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
|
||||
MAN3= Config::Record.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple configuration file class
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Config::Simple.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Config::Std.3
|
||||
|
||||
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||||
RUN_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Config::Wrest.3 \
|
||||
Data::Serializer::Config::Wrest.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Simple configuration file parser
|
||||
TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \
|
||||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= ConfigReader::Simple.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ COMMENT= Curses application development framework
|
||||
BUILD_DEPENDS= p5-Curses-Forms>=0:${PORTSDIR}/devel/p5-Curses-Forms
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Curses::Application.3
|
||||
|
||||
|
@ -19,7 +19,8 @@ COMMENT= Provide high level APIs for rapid UI design on the console
|
||||
BUILD_DEPENDS= p5-Curses-Widgets>=0:${PORTSDIR}/devel/p5-Curses-Widgets
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Curses::Forms.3 \
|
||||
Curses::Forms::Dialog.3 \
|
||||
|
@ -18,7 +18,8 @@ COMMENT= Curses-based widgets and functions
|
||||
BUILD_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Curses::Widgets::Label.3 \
|
||||
Curses::Widgets.3 \
|
||||
|
@ -15,7 +15,8 @@ RUN_DEPENDS= p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \
|
||||
p5-Params-Util>=0.01:${PORTSDIR}/devel/p5-Params-Util
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= Data::JavaScript::Anon.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Data::Properties - persistent properties
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::Properties.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Structured Tags datastructures
|
||||
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= stag-grep.pl.1 stag-filter.pl.1 stag-parse.pl.1 \
|
||||
stag-drawtree.pl.1 stag-autoschema.pl.1 stag-merge.pl.1 \
|
||||
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Date-ICal>=1.54:${PORTSDIR}/devel/p5-Date-ICal \
|
||||
p5-Date-Leapyear>=0:${PORTSDIR}/devel/p5-Date-Leapyear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Date::ISO.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module to convert dates between any two calendar formats
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Date::Convert.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DateTime::Format::Flexible.3 \
|
||||
DateTime::Format::Flexible::lang.3 \
|
||||
|
@ -19,7 +19,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= DateTimeX::Easy.3 \
|
||||
DateTimeX::Easy::DateParse.3
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Manage and Build Access Control Lists
|
||||
|
||||
MAN3= Decision::ACL.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Find memory cycles in objects
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::Cycle.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ COMMENT= A pure-OO reimplementation of dumpvar.pl
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::Dumpvar.3
|
||||
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl extension for refactoring Perl code
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::Refactor.3
|
||||
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Simple non-intrusive debug module
|
||||
BUILD_DEPENDS= p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
MAN3= Devel::StealthDebug.3
|
||||
|
@ -17,7 +17,8 @@ COMMENT= Tk debugger for Perl
|
||||
|
||||
RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Devel::ptkdb.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl interface to dialog(3)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Dialog.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::BOM.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module for file locking with flock
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::BasicFlock.3
|
||||
|
||||
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module implementing a persistent object store
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Cache.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
RUN_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Find::Rule::VCS.3
|
||||
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Simple filename and pathname matching
|
||||
|
||||
MAN3= File::FnMatch.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Module for iterating across files in a directory tree
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Iterator.3
|
||||
|
||||
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Associates a PID file with your script
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Pid::Quick.3
|
||||
|
||||
|
@ -24,7 +24,8 @@ TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class \
|
||||
p5-Test-Warn>0.05:${PORTSDIR}/devel/p5-Test-Warn \
|
||||
p5-Test-ManyParams>0:${PORTSDIR}/devel/p5-Test-ManyParams
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Random.3
|
||||
|
||||
|
@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
||||
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::ShareDir::PAR.3
|
||||
|
||||
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Module to 'touch' files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= File::Touch.3
|
||||
|
||||
|
@ -67,6 +67,7 @@ MAN3= Google::Checkout::Command::AddMerchantOrderNumber.3 \
|
||||
Google::Checkout::Notification::RefundAmount.3 \
|
||||
Google::Checkout::Notification::RiskInformation.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user