3e869e47b1
- trim Makefile header Approved by: portmgr (bapt@, blanket)
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Chemistry-Isotope
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= science perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ITUB
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Table of the isotopes exact mass data
|
|
|
|
MAN3= Chemistry::Isotope.3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|