2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/15 00:22:49 espie 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
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
MODCPAN_EXAMPLES= Yes
|
|
USE_GROFF = Yes
|
|
|
|
WRKDIST = ${WRKDIR}/Bio-ASN1-EntrezGene-${M:S/-withoutworldwriteables//}
|
|
|
|
RUN_DEPENDS = biology/bioperl
|
|
|
|
.include <bsd.port.mk>
|