diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-26 20:07:45 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-26 20:07:45 +0000 |
commit | d4a9f53005878d7ecdffe75f7480af9a429ae135 (patch) | |
tree | e8e53d8c14c6aff65644bebc754364def701c367 /converters | |
parent | c0a77875df9302d066f9bfb202fad31f5223b35e (diff) | |
download | FreeBSD-ports-d4a9f53005878d7ecdffe75f7480af9a429ae135.zip FreeBSD-ports-d4a9f53005878d7ecdffe75f7480af9a429ae135.tar.gz |
Update to 1.24, add RUN_DEPENDS, add a manpage, sort manpage list,
assume maintainership.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Boulder/Makefile | 28 | ||||
-rw-r--r-- | converters/p5-Boulder/distinfo | 2 |
2 files changed, 21 insertions, 9 deletions
diff --git a/converters/p5-Boulder/Makefile b/converters/p5-Boulder/Makefile index 16902fd..5485942 100644 --- a/converters/p5-Boulder/Makefile +++ b/converters/p5-Boulder/Makefile @@ -6,23 +6,35 @@ # PORTNAME= Boulder -PORTVERSION= 1.20 +PORTVERSION= 1.24 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Boulder PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobez@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -MAN3= Stone::Cursor.3 Boulder::Unigene.3 Boulder::Stream.3 \ - Stone::GB_Sequence.3 Boulder::Store.3 Stone.3 \ - Boulder::Medline.3 Boulder::Swissprot.3 Boulder::XML.3 \ - Boulder::Blast::NCBI.3 Boulder::Blast::WU.3 Boulder::Omim.3 \ - Boulder::Blast.3 Boulder::Genbank.3 Boulder.3 +MAN3= Boulder.3 \ + Boulder::Blast.3 \ + Boulder::Blast::NCBI.3 \ + Boulder::Blast::WU.3 \ + Boulder::Genbank.3 \ + Boulder::Medline.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 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/converters/p5-Boulder/distinfo b/converters/p5-Boulder/distinfo index 372865e..c5a7deb 100644 --- a/converters/p5-Boulder/distinfo +++ b/converters/p5-Boulder/distinfo @@ -1 +1 @@ -MD5 (Boulder-1.20.tar.gz) = 27067fd5891476fa403290ce066196d0 +MD5 (Boulder-1.24.tar.gz) = c630b043c5ebfbc69aba9c31f2f16207 |