diff options
Diffstat (limited to 'converters/p5-Boulder/Makefile')
-rw-r--r-- | converters/p5-Boulder/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/converters/p5-Boulder/Makefile b/converters/p5-Boulder/Makefile index 9c9f54caa7fa..18a19a3cc83c 100644 --- a/converters/p5-Boulder/Makefile +++ b/converters/p5-Boulder/Makefile @@ -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> |