diff options
-rw-r--r-- | math/p5-Math-Expr/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index 307126c22f3e..5e4d08284ffb 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -1,19 +1,18 @@ -# New ports collection makefile for: p5-Math-Expr -# Date created: 20 Sep 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= Math-Expr PORTVERSION= 0.4 CATEGORIES= math perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HAKANARDO PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for parsing mathematical expressions into a tree structure +LICENSE= GPLv2 + PERL_CONFIGURE= yes MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ |