blob: 6ca2e3982ba13b06bb53c78b4df27c5069a54517 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
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>
|