freebsd-ports/math/p5-Math-Expr/Makefile

23 lines
452 B
Makefile
Raw Normal View History

# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
# $FreeBSD$
PORTNAME= Math-Expr
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAKANARDO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Perl module for parsing mathematical expressions into a tree structure
LICENSE= GPLv2
2015-11-29 08:00:19 +01:00
LICENSE_FILE= ${WRKSRC}/COPYING
2015-11-29 08:00:19 +01:00
NO_ARCH= yes
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>