20 lines
374 B
Makefile
20 lines
374 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
PORTNAME= Chemistry-Elements
|
|
PORTVERSION= 1.074
|
|
CATEGORIES= science perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for working with Chemical Elements
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|