1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- add stage support

Approved by:	portmgr (blanket infrastructure)
This commit is contained in:
Andrej Zverev 2014-01-29 17:00:41 +00:00
parent 66a757ec56
commit d49a8f39af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341761
122 changed files with 145 additions and 227 deletions

View File

@ -8,7 +8,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= An API for hierarchical tag/value structures
COMMENT= API for hierarchical tag/value structures
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
@ -16,23 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Boulder.3 \
Boulder::Blast.3 \
Boulder::Blast::NCBI.3 \
Boulder::Blast::WU.3 \
Boulder::Genbank.3 \
Boulder::Medline.3 \
Boulder::LocusLink.3 \
Boulder::Omim.3 \
Boulder::Store.3 \
Boulder::Stream.3 \
Boulder::String.3 \
Boulder::Swissprot.3 \
Boulder::Unigene.3 \
Boulder::XML.3 \
Stone.3 \
Stone::Cursor.3 \
Stone::GB_Sequence.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -17,6 +17,23 @@
%%SITE_PERL%%/Boulder/String.pm
%%SITE_PERL%%/Stone.pm
%%SITE_PERL%%/Boulder.pod
%%PERL5_MAN3%%/Boulder.3.gz
%%PERL5_MAN3%%/Boulder::Blast.3.gz
%%PERL5_MAN3%%/Boulder::Blast::NCBI.3.gz
%%PERL5_MAN3%%/Boulder::Blast::WU.3.gz
%%PERL5_MAN3%%/Boulder::Genbank.3.gz
%%PERL5_MAN3%%/Boulder::Medline.3.gz
%%PERL5_MAN3%%/Boulder::LocusLink.3.gz
%%PERL5_MAN3%%/Boulder::Omim.3.gz
%%PERL5_MAN3%%/Boulder::Store.3.gz
%%PERL5_MAN3%%/Boulder::Stream.3.gz
%%PERL5_MAN3%%/Boulder::String.3.gz
%%PERL5_MAN3%%/Boulder::Swissprot.3.gz
%%PERL5_MAN3%%/Boulder::Unigene.3.gz
%%PERL5_MAN3%%/Boulder::XML.3.gz
%%PERL5_MAN3%%/Stone.3.gz
%%PERL5_MAN3%%/Stone::Cursor.3.gz
%%PERL5_MAN3%%/Stone::GB_Sequence.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Boulder
@dirrm %%SITE_PERL%%/Boulder/Blast
@dirrm %%SITE_PERL%%/Boulder

View File

@ -10,12 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mor@WhiteLuna.com
COMMENT= Module to encode and decode bencoded strings
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
MAN3= Convert::Bencode.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Convert/Bencode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Bencode/.packlist
%%PERL5_MAN3%%/Convert::Bencode.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Bencode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert
@dirrmtry %%SITE_PERL%%/Convert

View File

@ -17,9 +17,6 @@ RUN_DEPENDS= recode:${PORTSDIR}/converters/recode
USES= perl5
USE_PERL5= configure
MAN3= Convert::Recode.3
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \
${WRKSRC}/Recode.pm

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Convert/Recode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Recode/.packlist
%%PERL5_MAN3%%/Convert::Recode.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Recode
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert
@dirrm %%SITE_PERL%%/Convert

View File

@ -19,21 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Data::AMF.3 \
Data::AMF::Formatter.3 \
Data::AMF::Formatter::AMF0.3 \
Data::AMF::Formatter::AMF3.3 \
Data::AMF::Header.3 \
Data::AMF::IO.3 \
Data::AMF::Message.3 \
Data::AMF::Packet.3 \
Data::AMF::Parser.3 \
Data::AMF::Parser::AMF0.3 \
Data::AMF::Parser::AMF3.3 \
Data::AMF::Remoting.3 \
Data::AMF::Type::Boolean.3 \
Data::AMF::Type::ByteArray.3 \
Data::AMF::Type::Null.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -14,6 +14,21 @@
%%SITE_PERL%%/Data/AMF/Type/Boolean.pm
%%SITE_PERL%%/Data/AMF/Type/ByteArray.pm
%%SITE_PERL%%/Data/AMF/Type/Null.pm
%%PERL5_MAN3%%/Data::AMF.3.gz
%%PERL5_MAN3%%/Data::AMF::Formatter.3.gz
%%PERL5_MAN3%%/Data::AMF::Formatter::AMF0.3.gz
%%PERL5_MAN3%%/Data::AMF::Formatter::AMF3.3.gz
%%PERL5_MAN3%%/Data::AMF::Header.3.gz
%%PERL5_MAN3%%/Data::AMF::IO.3.gz
%%PERL5_MAN3%%/Data::AMF::Message.3.gz
%%PERL5_MAN3%%/Data::AMF::Packet.3.gz
%%PERL5_MAN3%%/Data::AMF::Parser.3.gz
%%PERL5_MAN3%%/Data::AMF::Parser::AMF0.3.gz
%%PERL5_MAN3%%/Data::AMF::Parser::AMF3.3.gz
%%PERL5_MAN3%%/Data::AMF::Remoting.3.gz
%%PERL5_MAN3%%/Data::AMF::Type::Boolean.3.gz
%%PERL5_MAN3%%/Data::AMF::Type::ByteArray.3.gz
%%PERL5_MAN3%%/Data::AMF::Type::Null.3.gz
@dirrm %%SITE_PERL%%/Data/AMF/Type
@dirrm %%SITE_PERL%%/Data/AMF/Parser
@dirrm %%SITE_PERL%%/Data/AMF/Formatter

View File

@ -14,7 +14,4 @@ COMMENT= Fix double encoded UTF-8 bytes to the correct ones
USES= perl5
USE_PERL5= configure
MAN3= Encode::DoubleEncodedUTF8.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Encode/DoubleEncodedUTF8.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/DoubleEncodedUTF8/.packlist
%%PERL5_MAN3%%/Encode::DoubleEncodedUTF8.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/DoubleEncodedUTF8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode
@dirrmtry %%SITE_PERL%%/Encode

View File

@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Encode::compat.3 Encode::compat::Alias.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -3,6 +3,8 @@
%%SITE_PERL%%/Encode/compat/5006001.pm
%%SITE_PERL%%/Encode/compat/common.pm
%%SITE_PERL%%/Encode/compat/Alias.pm
%%PERL5_MAN3%%/Encode::compat.3.gz
%%PERL5_MAN3%%/Encode::compat::Alias.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/compat
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode
@dirrm %%SITE_PERL%%/Encode/compat

View File

@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= JSON::XS::VersionOneAndTwo.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo/.packlist
%%SITE_PERL%%/JSON/XS/VersionOneAndTwo.pm
%%PERL5_MAN3%%/JSON::XS::VersionOneAndTwo.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON

View File

@ -16,9 +16,5 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
CONFLICTS= p5-JSON-2.*
USES= perl5
USE_PERL5= configure
MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \
JSONRPC.3 JSONRPC::Transport::HTTP.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -8,6 +8,15 @@
%%SITE_PERL%%/JSONRPC.pm
%%SITE_PERL%%/JSONRPC/Transport/HTTP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist
%%PERL5_MAN3%%/Apache::JSONRPC.3.gz
%%PERL5_MAN3%%/JSON.3.gz
%%PERL5_MAN3%%/JSON::Converter.3.gz
%%PERL5_MAN3%%/JSON::PP.3.gz
%%PERL5_MAN3%%/JSON::PP5005.3.gz
%%PERL5_MAN3%%/JSON::PP56.3.gz
%%PERL5_MAN3%%/JSON::Parser.3.gz
%%PERL5_MAN3%%/JSONRPC.3.gz
%%PERL5_MAN3%%/JSONRPC::Transport::HTTP.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
@dirrmtry %%SITE_PERL%%/JSONRPC/Transport
@dirrmtry %%SITE_PERL%%/JSONRPC

View File

@ -17,9 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.02
USES= perl5
USE_PERL5= configure
MAN3= MIME::Base32.3
NO_STAGE= yes
post-extract:
@${RM} ${WRKSRC}/test1.pl

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/MIME/Base32.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base32/.packlist
%%PERL5_MAN3%%/MIME::Base32.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base32
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
@dirrmtry %%SITE_PERL%%/MIME

View File

@ -18,7 +18,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
USES= perl5
USE_PERL5= configure
MAN3= MIME::Base64::URLSafe.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/MIME/Base64/URLSafe.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64/URLSafe/.packlist
%%PERL5_MAN3%%/MIME::Base64::URLSafe.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64/URLSafe
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME

View File

@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Number::Nary.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Number/Nary.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Nary/.packlist
%%PERL5_MAN3%%/Number::Nary.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Nary
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
@dirrmtry %%SITE_PERL%%/Number

View File

@ -13,7 +13,4 @@ COMMENT= Encodes integers into a short locator string
USES= perl5
USE_PERL5= configure
MAN3= Number::RecordLocator.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Number/RecordLocator.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/RecordLocator/.packlist
%%PERL5_MAN3%%/Number::RecordLocator.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/RecordLocator
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
@dirrmtry %%SITE_PERL%%/Number

View File

@ -13,10 +13,4 @@ COMMENT= Perl extension for serialize/deserialize AMF0/AMF3 data
USES= perl5
USE_PERL5= configure
MAN3= Storable::AMF.3 \
Storable::AMF0.3 \
Storable::AMF3.3 \
Storable::AMF::Mapper.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Perl extension for serialize/deserialize AMF0/AMF3 data
WWW: http://search.cpan.org/dist/Storable-AMF/
WWW: http://search.cpan.org/dist/Storable-AMF/

View File

@ -5,6 +5,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/AMF.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/AMF.so
%%PERL5_MAN3%%/Storable::AMF.3.gz
%%PERL5_MAN3%%/Storable::AMF0.3.gz
%%PERL5_MAN3%%/Storable::AMF3.3.gz
%%PERL5_MAN3%%/Storable::AMF::Mapper.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Storable/AMF

View File

@ -13,7 +13,4 @@ COMMENT= Perl module to manipulate internal UTF-8 flag on strings
USES= perl5
USE_PERL5= configure
MAN3= String::SetUTF8.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/SetUTF8.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/SetUTF8.so
%%PERL5_MAN3%%/String::SetUTF8.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/String

View File

@ -13,7 +13,4 @@ COMMENT= Text::Unidecode -- US-ASCII transliterations of Unicode text
USES= perl5
USE_PERL5= configure
MAN3= Text::Unidecode.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -180,6 +180,7 @@
%%SITE_PERL%%/Text/Unidecode/xfe.pm
%%SITE_PERL%%/Text/Unidecode/xff.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Unidecode/.packlist
%%PERL5_MAN3%%/Text::Unidecode.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Unidecode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/Text/Unidecode

View File

@ -11,7 +11,5 @@ COMMENT= Perl extension to turn off UTF-8 flags inside of comprex variable
USES= perl5
USE_PERL5= configure
MAN3= Unicode::RecursiveDowngrade.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/Unicode/RecursiveDowngrade.pm
%%PERL5_MAN3%%/Unicode::RecursiveDowngrade.3.gz
@dirrmtry %%SITE_PERL%%/Unicode
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade

View File

@ -19,12 +19,9 @@ GH_ACCOUNT= buganini
GH_COMMIT= 75fa7e2
GH_PROJECT= perl-${PORTNAME}
NO_STAGE= yes
USES= perl5
USE_PERL5= configure
MAN3= bsdconv.3
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL

View File

@ -2,4 +2,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.so
%%SITE_PERL%%/%%PERL_ARCH%%/bsdconv.pm
%%PERL5_MAN3%%/bsdconv.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv

View File

@ -28,9 +28,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \
CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \
CPAN::Reporter.3 CPAN::Reporter::FAQ.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Adds CPAN Testers reporting to CPAN.pm
WWW: http://search.cpan.org/dist/CPAN-Reporter/
WWW: http://search.cpan.org/dist/CPAN-Reporter/

View File

@ -5,6 +5,12 @@
%%SITE_PERL%%/CPAN/Reporter/API.pm
%%SITE_PERL%%/CPAN/Reporter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter/.packlist
%%PERL5_MAN3%%/CPAN::Reporter::API.3.gz
%%PERL5_MAN3%%/CPAN::Reporter::Config.3.gz
%%PERL5_MAN3%%/CPAN::Reporter::History.3.gz
%%PERL5_MAN3%%/CPAN::Reporter::PrereqCheck.3.gz
%%PERL5_MAN3%%/CPAN::Reporter.3.gz
%%PERL5_MAN3%%/CPAN::Reporter::FAQ.3.gz
@dirrmtry %%SITE_PERL%%/CPAN/Reporter
@dirrmtry %%SITE_PERL%%/CPAN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter

View File

@ -19,8 +19,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Class::Accessor::Constructor.3 \
Class::Accessor::Constructor::Base.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Constructor/.packlist
%%SITE_PERL%%/Class/Accessor/Constructor.pm
%%SITE_PERL%%/Class/Accessor/Constructor/Base.pm
%%PERL5_MAN3%%/Class::Accessor::Constructor.3.gz
%%PERL5_MAN3%%/Class::Accessor::Constructor::Base.3.gz
@dirrm %%SITE_PERL%%/Class/Accessor/Constructor
@comment @dirrmtry %%SITE_PERL%%/Class/Accessor
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Constructor

View File

@ -12,7 +12,4 @@ COMMENT= Perl extension for class dispatcher that handles namespaces like paths
USES= perl5
USE_PERL5= configure
MAN3= Class::Forward.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Forward/.packlist
%%SITE_PERL%%/Class/Forward.pm
%%PERL5_MAN3%%/Class::Forward.3.gz
@dirrmtry %%SITE_PERL%%/Class
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Forward
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class

View File

@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Class::Std.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/.packlist
%%SITE_PERL%%/Class/Std.pm
%%PERL5_MAN3%%/Class::Std.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
@dirrmtry %%SITE_PERL%%/Class

View File

@ -15,7 +15,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
MAN3= Data::Hierarchy.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Data::Hierarchy provides a simple interface for manipulating inheritable
data attached to a hierarchical environment (like filesystem).
WWW: http://search.cpan.org/dist/Data-Hierarchy/
WWW: http://search.cpan.org/dist/Data-Hierarchy/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Data/Hierarchy.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy/.packlist
%%PERL5_MAN3%%/Data::Hierarchy.3.gz
@dirrmtry %%SITE_PERL%%/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data

View File

@ -13,7 +13,4 @@ COMMENT= Collection of miscellaneous subroutines
USES= perl5
USE_PERL5= configure
MAN3= Data::Miscellany.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -5,4 +5,4 @@ person, but this particular collection should be useful in
object-oriented frameworks, such as Class::Scaffold and
Data::Conveyor.
WWW: http://search.cpan.org/dist/Data-Miscellany/
WWW: http://search.cpan.org/dist/Data-Miscellany/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
%%SITE_PERL%%/Data/Miscellany.pm
%%PERL5_MAN3%%/Data::Miscellany.3.gz
@dirrmtry %%SITE_PERL%%/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data

View File

@ -13,7 +13,4 @@ COMMENT= XS module to swap the contents and types of referenced variables
USES= perl5
USE_PERL5= configure
MAN3= Data::Swap.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/Swap.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/Swap.so
%%PERL5_MAN3%%/Data::Swap.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Data

View File

@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= DateTime::Event::Lunar.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,4 @@
This module calculates the time and date of certain recurring lunar events,
including new moons and specific lunar phases.
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/dist/DateTime-Event-Lunar/
WWW: http://search.cpan.org/dist/DateTime-Event-Lunar/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Lunar/.packlist
%%SITE_PERL%%/DateTime/Event/Lunar.pm
%%PERL5_MAN3%%/DateTime::Event::Lunar.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Lunar
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime

View File

@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Module to determine if a filehandle is opened for reading, writing
MAN3= FileHandle::Fmode.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/.packlist
%%PERL5_MAN3%%/FileHandle::Fmode.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/FileHandle

View File

@ -23,7 +23,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
USES= perl5
USE_PERL5= configure
MAN3= Log::Any::Adapter::Syslog.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Log/Any/Adapter/Syslog.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Syslog/.packlist
%%PERL5_MAN3%%/Log::Any::Adapter::Syslog.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Syslog
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any

View File

@ -19,9 +19,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
MAN3= MouseX::Types.3 \
MouseX::Types::Moose.3 \
MouseX::Types::Mouse.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -3,6 +3,9 @@
%%SITE_PERL%%/MouseX/Types/Mouse.pm
%%SITE_PERL%%/MouseX/Types.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/.packlist
%%PERL5_MAN3%%/MouseX::Types.3.gz
%%PERL5_MAN3%%/MouseX::Types::Moose.3.gz
%%PERL5_MAN3%%/MouseX::Types::Mouse.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX
@dirrmtry %%SITE_PERL%%/MouseX/Types

View File

@ -22,7 +22,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= POEx::Role::Streaming.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming/.packlist
%%SITE_PERL%%/POEx/Role/Streaming.pm
%%PERL5_MAN3%%/POEx::Role::Streaming.3.gz
@comment @dirrmtry %%SITE_PERL%%/POEx/Role
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming

View File

@ -8,15 +8,12 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= A Perl extension for parsing Win32Registry
COMMENT= Perl extension for parsing Win32Registry
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
MAN3= Parse::Win32Registry.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -32,6 +32,7 @@ bin/wxregview.pl
%%SITE_PERL%%/Parse/Win32Registry/WinNT/Security.pm
%%SITE_PERL%%/Parse/Win32Registry/WinNT/Value.pm
%%SITE_PERL%%/mach/auto/Parse/Win32Registry/.packlist
%%PERL5_MAN3%%/Parse::Win32Registry.3.gz
@dirrm %%SITE_PERL%%/Parse/Win32Registry/Win95
@dirrm %%SITE_PERL%%/Parse/Win32Registry/WinNT
@dirrm %%SITE_PERL%%/Parse/Win32Registry

View File

@ -4,7 +4,7 @@ PORTNAME= Qudo
PORTVERSION= 0.0213
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/N/NE/NEKOKAK
MASTER_SITE_SUBDIR= CPAN:NEKOKAK
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
@ -21,12 +21,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Qudo.3 \
Qudo::Manager.3 \
Qudo::Manual::JA::Functions.3 \
Qudo::Manual::JA::Intro.3 \
Qudo::Manual::JA::Tutorial.3 \
Qudo::Worker.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -19,6 +19,12 @@ bin/qudo
%%SITE_PERL%%/Qudo/Plugin.pm
%%SITE_PERL%%/Qudo/Test.pm
%%SITE_PERL%%/Qudo/Worker.pm
%%PERL5_MAN3%%/Qudo.3.gz
%%PERL5_MAN3%%/Qudo::Manager.3.gz
%%PERL5_MAN3%%/Qudo::Manual::JA::Functions.3.gz
%%PERL5_MAN3%%/Qudo::Manual::JA::Intro.3.gz
%%PERL5_MAN3%%/Qudo::Manual::JA::Tutorial.3.gz
%%PERL5_MAN3%%/Qudo::Worker.3.gz
@dirrm %%SITE_PERL%%/Qudo/Manual/JA
@dirrm %%SITE_PERL%%/Qudo/Manual
@dirrm %%SITE_PERL%%/Qudo/Hook/Serialize

View File

@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
USES= perl5
USE_PERL5= configure
MAN3= Template::Provider::Encode.3 \
Template::Provider::Encode::Guess.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Encode templates for Template::Toolkit.
WWW: http://search.cpan.org/dist/Template-Provider-Encode/
WWW: http://search.cpan.org/dist/Template-Provider-Encode/

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encode/.packlist
%%SITE_PERL%%/Template/Provider/Encode.pm
%%SITE_PERL%%/Template/Provider/Encode/Guess.pm
%%PERL5_MAN3%%/Template::Provider::Encode.3.gz
%%PERL5_MAN3%%/Template::Provider::Encode::Guess.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template

View File

@ -6,9 +6,10 @@ PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= A test module to test/assert response times
COMMENT= Perl test module to test/assert response times
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
@ -16,12 +17,7 @@ RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
PKGNAMEPREFIX= p5-
USES= perl5
USE_PERL5= configure
MAN3= Test::Timer.3 Test::Timer::TimeoutException.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Test::Timer implements a set of test primitives to test and assert test times
from bodies of code.
WWW: http://search.cpan.org/dist/Test-Timer/
WWW: http://search.cpan.org/dist/Test-Timer/

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/Test/Timer/TimeoutException.pm
%%SITE_PERL%%/Test/Timer.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer/.packlist
%%PERL5_MAN3%%/Test::Timer.3.gz
%%PERL5_MAN3%%/Test::Timer::TimeoutException.3.gz
@dirrmtry %%SITE_PERL%%/Test/Timer
@dirrmtry %%SITE_PERL%%/Test
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer

View File

@ -14,7 +14,4 @@ COMMENT= Perl pragma to declare constants
USES= perl5
USE_PERL5= configure
MAN3= constant.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
%%SITE_PERL%%/constant.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/.packlist
%%PERL5_MAN3%%/constant.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant

View File

@ -27,7 +27,4 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
USES= perl5
USE_PERL5= configure
MAN3= Chemistry::3DBuilder.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Perl module which generates a three-dimensional molecular structure from a
connection table, such as that obtained by a 2D representation of the
molecule or from a SMILES string.
WWW: http://search.cpan.org/dist/Chemistry-3DBuilder/
WWW: http://search.cpan.org/dist/Chemistry-3DBuilder/

View File

@ -1,3 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/3DBuilder/.packlist
%%SITE_PERL%%/Chemistry/3DBuilder.pm
%%PERL5_MAN3%%/Chemistry::3DBuilder.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/3DBuilder

View File

@ -14,10 +14,7 @@ COMMENT= Detect bonds in a molecule and assign formal bond orders
BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol
RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol
MAN3= Chemistry::Bond::Find.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Perl module which provides functions for detecting the bonds in a molecule from
its 3D coordinates by using simple cutoffs, and for guessing the formal bond
orders.
WWW: http://search.cpan.org/dist/Chemistry-Bond-Find/
WWW: http://search.cpan.org/dist/Chemistry-Bond-Find/

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Chemistry/Bond/Find.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Bond/Find/.packlist
%%PERL5_MAN3%%/Chemistry::Bond::Find.3.gz
@dirrmtry %%SITE_PERL%%/Chemistry
@dirrmtry %%SITE_PERL%%/Chemistry/Bond
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Bond/Find

View File

@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring
MAN3= Chemistry::File::MDLMol.3 Chemistry::File::SDF.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification)
string, generating a Chemistry::Pattern object. It is a file I/O driver for
the PerlMol toolkit.
WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/
WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/

View File

@ -1,6 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/MDLMol/.packlist
%%SITE_PERL%%/Chemistry/File/MDLMol.pm
%%SITE_PERL%%/Chemistry/File/SDF.pm
%%PERL5_MAN3%%/Chemistry::File::MDLMol.3.gz
%%PERL5_MAN3%%/Chemistry::File::SDF.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/MDLMol
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry

View File

@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Chemistry::File::PDB.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/Chemistry/File/PDB.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/PDB/.packlist
%%PERL5_MAN3%%/Chemistry::File::PDB.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/PDB
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry

View File

@ -22,10 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-Bond-Find>=0:${PORTSDIR}/science/p5-Chemistry-Bond-Find \
p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp
MAN3= Chemistry::File::SLN.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
SLN linear notation parser/writer
WWW: http://search.cpan.org/dist/Chemistry-File-SLN/
WWW: http://search.cpan.org/dist/Chemistry-File-SLN/

View File

@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SLN/.packlist
%%SITE_PERL%%/Chemistry/File/SLN/Parser.pm
%%SITE_PERL%%/Chemistry/File/SLN.pm
%%PERL5_MAN3%%/Chemistry::File::SLN.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SLN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File
@dirrmtry %%SITE_PERL%%/Chemistry/File/SLN

View File

@ -20,10 +20,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern \
p5-Chemistry-File-SMILES>=0:${PORTSDIR}/science/p5-Chemistry-File-SMILES
MAN3= Chemistry::File::SMARTS.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,4 +2,4 @@ Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification)
string, generating a Chemistry::Pattern object. It is a file I/O driver for
the PerlMol toolkit.
WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/
WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMARTS/.packlist
%%SITE_PERL%%/Chemistry/File/SMARTS.pm
%%PERL5_MAN3%%/Chemistry::File::SMARTS.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMARTS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File

View File

@ -20,10 +20,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize \
p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring
MAN3= Chemistry::File::SMILES.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
Perl module which parses a SMILES (Simplified Molecular Input Line Entry
Specification) string.
WWW: http://search.cpan.org/dist/Chemistry-File-SMILES/
WWW: http://search.cpan.org/dist/Chemistry-File-SMILES/

View File

@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMILES/.packlist
%%SITE_PERL%%/Chemistry/File/SMILES.pm
%%SITE_PERL%%/Chemistry/File/write.pl
%%PERL5_MAN3%%/Chemistry::File::SMILES.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMILES
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry

View File

@ -14,10 +14,7 @@ COMMENT= Generate VRML models for molecules
BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol
RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol
MAN3= Chemistry::File::VRML.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Generate VRML models for molecules
WWW: http://search.cpan.org/dist/Chemistry-File-VRML/
WWW: http://search.cpan.org/dist/Chemistry-File-VRML/

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/VRML/.packlist
%%SITE_PERL%%/Chemistry/File/VRML.pm
%%PERL5_MAN3%%/Chemistry::File::VRML.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/VRML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File

View File

@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern
MAN3= Chemistry::FormulaPattern.3 Chemistry::File::FormulaPattern.3
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
Match molecule by formula
WWW: http://search.cpan.org/dist/Chemistry-ForumulaPattern/
WWW: http://search.cpan.org/dist/Chemistry-ForumulaPattern/

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