freebsd-ports/math/p5-Math-BigRat/Makefile
Sunpoet Po-Chuan Hsieh d7371a5f05 - Update to 0.260802
- Add LICENSE
- Add NO_ARCH
- Remove outdated post-patch:
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-BigRat/CHANGES
2015-12-29 16:10:20 +00:00

21 lines
425 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Math-BigRat
PORTVERSION= 0.26.08.02
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R:R}${PORTVERSION:R:E}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Arbitrary big rational numbers
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>