freebsd-ports/math/p5-Math-Algebra-Symbols/Makefile
Muhammad Moinur Rahman a774725001 math/p5-Math-Algebra-Symbols: Update version 1.21=>1.27
- Shift to modbuild as per upstream
- Remove perl_OLD_COMMAND
2016-04-18 08:59:00 +00:00

20 lines
351 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Algebra-Symbols
PORTVERSION= 1.27
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Symbolic Algebra in Pure Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>