- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org. - Targets are: Test::Simple, Digest::MD5, Locale-Maketext, ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long, Encode, Digest, Pod::Parser, File::Spec.
This commit is contained in:
parent
e15a13a912
commit
cbffb3af9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247977
46 changed files with 68 additions and 129 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= AcePerl
|
||||
PORTVERSION= 1.92
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Ace
|
||||
|
@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 interface to the ACEDB genome database system
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= DBIx-Class-DigestColumns
|
||||
PORTVERSION= 0.06000
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Automatic digest columns
|
||||
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Digest>=1.11:${PORTSDIR}/security/p5-Digest
|
||||
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= 5.8.1+
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= DBIx-Class-EncodedColumn
|
||||
PORTVERSION= 0.00005
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -29,19 +30,14 @@ MAN3= DBIx::Class::EncodedColumn.3 \
|
|||
post-extract:
|
||||
@${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL
|
||||
|
||||
OPTIONS= MD5 "Digest::MD5 Support" On \
|
||||
SHA "Digest::SHA Support" On \
|
||||
OPTIONS= SHA "Digest::SHA Support" On \
|
||||
BLOWFISH "Blowfish Support?" On \
|
||||
OPENPGP "Crypt::OpenPGP (gpg) Support" On
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_MD5)
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
|
||||
.endif
|
||||
.if defined(WITH_SHA)
|
||||
RUN_DEPENDS+= p5-Digest>=0:${PORTSDIR}/security/p5-Digest \
|
||||
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
||||
.endif
|
||||
.if defined(WITH_BLOWFISH)
|
||||
RUN_DEPENDS+= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Attribute::Persistent - Really lazy persistence
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Attribute/Handlers/Prospective.pm:${PORTSDIR}/devel/p5-Attribute-Handlers-Prospective \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Cvs
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV
|
||||
|
@ -37,6 +38,5 @@ MAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 \
|
|||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
|
||||
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Data-Localize
|
||||
PORTVERSION= 0.00011
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,8 +18,7 @@ COMMENT= Perl extension for alternate data localization API
|
|||
RUN_DEPENDS= \
|
||||
p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-AttributeHelpers>0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= DateTime-Format-HTTP
|
||||
PORTVERSION= 0.38
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +17,6 @@ COMMENT= HTTP date conversion routines
|
|||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Devel-Cover
|
||||
PORTVERSION= 0.65
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,15 +17,11 @@ COMMENT= Code coverage metrics for Perl
|
|||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
|
||||
${SITE_PERL}//PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
|
||||
${SITE_PERL}//PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Lingua-JA-Fold
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
|
@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Lingua::JA::Fold - fold a Japanese text
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lingua::JA::Fold.3
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Locale-Maketext-Gettext
|
||||
PORTVERSION= 1.28
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Joins gettext and Maketext frameworks
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN1= maketext.1
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Locale-Maketext-Lexicon
|
||||
PORTVERSION= 0.77
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Use other catalog formats in Locale::Maketext
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Locale::Maketext::Extract.3 \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Locale-libintl
|
||||
PORTVERSION= 1.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,9 +16,6 @@ DISTNAME= libintl-perl-${PORTVERSION}
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Internationalization library for Perl
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= MooseX-Getopt
|
||||
PORTVERSION= 0.26
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -34,10 +35,4 @@ MAN3= MooseX::Getopt.3 \
|
|||
post-extract:
|
||||
@${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
RUN_DEPENDS+= p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Path-Class
|
||||
PORTVERSION= 0.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/
|
||||
|
@ -30,10 +31,4 @@ post-install:
|
|||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500803
|
||||
RUN_DEPENDS+= p5-PathTools>=0.87:${PORTSDIR}/devel/p5-PathTools
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Pod-Coverage
|
||||
PORTVERSION= 0.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Checks if the documentation of a module is comprehensive
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \
|
||||
${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump
|
||||
RUN_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Test-File-Contents
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Test routines for examining the contents of files
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Test::File::Contents.3
|
||||
|
|
|
@ -43,10 +43,6 @@ MAN3= Test::Inline.3 \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500905
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Test-TempDir
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +17,6 @@ COMMENT= Temporary files support for testing
|
|||
|
||||
RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
|
||||
p5-File-Path>=2.04:${PORTSDIR}/devel/p5-File-Path \
|
||||
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
|
||||
p5-Moose>=0.87:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= TheSchwartz
|
||||
PORTVERSION= 1.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
|
||||
|
@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Reliable job queue
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver
|
||||
RUN_DEPENDS= ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= VCS
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +16,6 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Library for generic Version Control System access in Perl
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
PORTNAME= Finance-QuoteTW
|
||||
PORTVERSION= 0.09
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,7 +17,6 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Fetch quotes of mutual funds in Taiwan
|
||||
|
||||
RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
|
||||
p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-HTML-Encoding>=0.6:${PORTSDIR}/www/p5-HTML-Encoding \
|
||||
p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \
|
||||
p5-Spiffy>=0.3:${PORTSDIR}/devel/p5-Spiffy \
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= Finance-TW-TSEQuote
|
||||
PORTVERSION= 0.2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,7 +18,6 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Check stock quotes from Taiwan Security Exchange
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= MIME-Tools
|
||||
PORTVERSION= 5.427
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -56,10 +56,4 @@ post-install:
|
|||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500905
|
||||
RUN_DEPENDS+= p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Net-SSH-Perl
|
||||
PORTVERSION= 1.34
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module implements both the SSH1 and SSH2 protocols
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Math/GMP.pm:${PORTSDIR}/math/p5-Math-GMP \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
|
@ -23,7 +23,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D
|
|||
${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
|
||||
${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
|
||||
${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \
|
||||
${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Samba-LDAP
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Samba
|
||||
|
@ -15,10 +16,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Manage a Samba PDC with an LDAP Backend
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \
|
||||
${SITE_PERL}/Class/Base.pm:${PORTSDIR}/devel/p5-Class-Base \
|
||||
${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Authen-Captcha
|
||||
PORTVERSION= 1.023
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module to verify the human element in transactions
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Crypt-PasswdMD5
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module that provides interoperable MD5-based crypt() function
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::PasswdMD5.3
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Sysadm-Install
|
||||
PORTVERSION= 0.33
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSCHILLI
|
||||
|
@ -17,7 +18,6 @@ COMMENT= Typical installation tasks for system administrators
|
|||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
|
||||
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \
|
||||
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= arclog
|
||||
PORTVERSION= 3.04
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Locale/IMACAT
|
||||
|
@ -19,8 +20,7 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|||
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
||||
p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= reslog
|
||||
PORTVERSION= 3.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Locale/IMACAT
|
||||
|
@ -18,8 +19,7 @@ COMMENT= Reverse-resolve IP in Apache log files
|
|||
BUILD_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
||||
p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Apache-XBEL
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -18,7 +18,6 @@ COMMENT= Apache mod_perl handler to render an XBEL file as an HTML tree
|
|||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
PORTNAME= PerlPoint-Package
|
||||
PORTVERSION= 0.45.2
|
||||
DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,10 +16,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= PerlPoint is both a presentation and a documentation toolset
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Pod-XML
|
||||
PORTVERSION= 0.99
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Module to convert POD to XML
|
||||
|
||||
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \
|
||||
p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser
|
||||
p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Regexp-Copy
|
||||
PORTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/J/JD/JDUNCAN
|
||||
|
@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A copy the contents of one Regexp object to another
|
||||
|
||||
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Regexp::Copy.3
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= XML-Validator-Schema
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,8 +17,7 @@ COMMENT= Perl module for validating XML documents against a W3C XML Schema
|
|||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \
|
||||
${SITE_PERL}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \
|
||||
${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= podlators
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Pod
|
||||
|
@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Modules to convert and parse POD (Plain Old Documentation)
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \
|
||||
RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \
|
||||
${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= Apache-PageKit
|
||||
PORTVERSION= 1.18
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -20,7 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
|||
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
|
||||
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
|
||||
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
||||
${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= AxKit
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= xml/axkit
|
||||
|
@ -17,7 +18,6 @@ COMMENT= XML Delivery Toolkit for Apache/Perl
|
|||
|
||||
BUILD_DEPENDS= \
|
||||
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
|
||||
${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \
|
||||
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Bundle-Slash
|
||||
PORTVERSION= 2.52
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,14 +15,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A bundle to install all modules used for Slash
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
|
||||
${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
|
@ -34,11 +31,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D
|
|||
${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \
|
||||
${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
|
||||
${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
|
||||
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
||||
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
${SITE_PERL}/Schedule/Cron.pm:${PORTSDIR}/sysutils/p5-Schedule-Cron \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Catalyst-Example-InstantCRUD
|
||||
PORTVERSION= 0.035
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -32,11 +33,9 @@ BUILD_DEPENDS= \
|
|||
p5-DBIx-Class-Schema-Loader>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-HTML-Widget>=1.10:${PORTSDIR}/www/p5-HTML-Widget \
|
||||
p5-HTML-Widget-DBIC>=0:${PORTSDIR}/www/p5-HTML-Widget-DBIC \
|
||||
p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \
|
||||
p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= FEAR-API
|
||||
PORTVERSION= 0.489
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/X/XE/XERN
|
||||
|
@ -17,12 +18,10 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Web Scraping Zen
|
||||
|
||||
BUILD_DEPENDS= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \
|
||||
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
|
||||
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-HTML-Encoding>=0:${PORTSDIR}/www/p5-HTML-Encoding \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-HTML-LinkExtractor>=0:${PORTSDIR}/www/p5-HTML-LinkExtractor \
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= HTML-FillInForm-ForceUTF8
|
||||
PORTVERSION= 0.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= FillInForm with utf8 encoding
|
||||
|
||||
RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm \
|
||||
p5-Encode>0:${PORTSDIR}/converters/p5-Encode
|
||||
RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= HTML-Template-JIT
|
||||
PORTVERSION= 0.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,7 +16,6 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= Perl module to compile HTML Templates with Inline::C
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Tests remote URLs or local web files
|
||||
|
||||
BUILD_DEPENDS= ${BUILD_DEPENDS_56} \
|
||||
BUILD_DEPENDS= \
|
||||
${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= Maypole
|
||||
PORTVERSION= 2.13
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TEEJAY
|
||||
|
@ -26,7 +26,6 @@ BUILD_DEPENDS= p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \
|
|||
p5-Class-DBI-Plugin-RetrieveAll>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-RetrieveAll \
|
||||
p5-Class-DBI-Plugin-Type>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-Type \
|
||||
p5-Class-DBI>=0.96:${PORTSDIR}/databases/p5-Class-DBI \
|
||||
p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-File-MMagic-XS>=0.08:${PORTSDIR}/devel/p5-File-MMagic-XS \
|
||||
p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \
|
||||
p5-HTTP-Body>=0.5:${PORTSDIR}/www/p5-HTTP-Body \
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= WWW-Mediawiki-Client
|
||||
PORTVERSION= 0.31
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -22,8 +23,7 @@ BUILD_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \
|
|||
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
p5-URI>=1.31:${PORTSDIR}/net/p5-URI \
|
||||
p5-Data-Dumper>0:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||
p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
p5-Encode>=1.75:${PORTSDIR}/converters/p5-Encode
|
||||
p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue