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

21 lines
408 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-
2004-06-24 16:28:12 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Perl module for parsing mathematical expressions into a tree structure
LICENSE= GPLv2
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>