aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Symbolic/Makefile
blob: 182aded12029b7afe33b823b5653f14f2bcf07fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Math-Symbolic
PORTVERSION=	0.612
PORTREVISION=	2
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SMUELLER
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Symbolic calculations
WWW=		https://metacpan.org/release/Math-Symbolic

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent

USES=		perl5 shebangfix
SHEBANG_FILES=	compile_yapp_parser.pl
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>