4f538db960
With hat: portmgr-secretary
25 lines
840 B
Makefile
25 lines
840 B
Makefile
PORTNAME= Chemistry-File-SMARTS
|
|
PORTVERSION= 0.22
|
|
PORTREVISION= 1
|
|
CATEGORIES= science perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ITUB
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= SMARTS chemical substructure pattern linear notation parser
|
|
WWW= https://metacpan.org/release/Chemistry-File-SMARTS
|
|
|
|
BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
|
|
p5-Chemistry-Ring>=0:science/p5-Chemistry-Ring \
|
|
p5-Chemistry-Pattern>=0:science/p5-Chemistry-Pattern \
|
|
p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES
|
|
RUN_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \
|
|
p5-Chemistry-Ring>=0:science/p5-Chemistry-Ring \
|
|
p5-Chemistry-Pattern>=0:science/p5-Chemistry-Pattern \
|
|
p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|