freebsd-ports/math/p5-Math-Expr/Makefile
2021-04-06 16:31:07 +02:00

21 lines
440 B
Makefile

# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
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
COMMENT= Perl module for parsing mathematical expressions into a tree structure
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>