- install examples too
This commit is contained in:
parent
896e7741b9
commit
68b3c80982
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/08/26 13:35:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/08/30 11:01:06 jasper Exp $
|
||||
|
||||
COMMENT = regular expression-based parser for NCBI Entrez Gene
|
||||
|
||||
M = 1.10-withoutworldwriteables
|
||||
DISTNAME = Bio-ASN1-EntrezGene-${M}
|
||||
PKGNAME = p5-Bio-ASN1-EntrezGene-${M:S/-withoutworldwriteables//}
|
||||
REVISION = 0
|
||||
CATEGORIES = biology
|
||||
|
||||
# perl
|
||||
@ -19,4 +20,9 @@ WRKDIST = ${WRKDIR}/Bio-ASN1-EntrezGene-${M:S/-withoutworldwriteables//}
|
||||
|
||||
RUN_DEPENDS = ::biology/bioperl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Bio-ASN1-EntrezGene/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* \
|
||||
${PREFIX}/share/examples/p5-Bio-ASN1-EntrezGene/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/08/26 13:35:24 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/08/30 11:01:07 jasper Exp $
|
||||
${P5SITE}/Bio/ASN1/
|
||||
${P5SITE}/Bio/ASN1/EntrezGene/
|
||||
${P5SITE}/Bio/ASN1/EntrezGene.pm
|
||||
@ -10,3 +10,8 @@ ${P5SITE}/Bio/ASN1/Sequence/Indexer.pm
|
||||
@man man/man3p/Bio::ASN1::EntrezGene::Indexer.3p
|
||||
@man man/man3p/Bio::ASN1::Sequence.3p
|
||||
@man man/man3p/Bio::ASN1::Sequence::Indexer.3p
|
||||
share/examples/p5-Bio-ASN1-EntrezGene/
|
||||
share/examples/p5-Bio-ASN1-EntrezGene/indexer_test.pl
|
||||
share/examples/p5-Bio-ASN1-EntrezGene/parse_entrez_gene_example.pl
|
||||
share/examples/p5-Bio-ASN1-EntrezGene/parse_sequence_example.pl
|
||||
share/examples/p5-Bio-ASN1-EntrezGene/regex_parser_test.pl
|
||||
|
Loading…
Reference in New Issue
Block a user