mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
23 lines
434 B
Makefile
23 lines
434 B
Makefile
# New ports collection makefile for: p5-Chemistry-Isotope
|
|
# Date created: 2010-03-10
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|