aboutsummaryrefslogblamecommitdiff
path: root/math/p5-Math-Fleximal/Makefile
blob: 97eafd8fecd3ea92a49dedabda47aa9a71dd6a96 (plain) (tree)
1
2
3
4
5
6




                                                  
                 















                                                      
# Created by: Matthew Seaman <matthew@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Math-Fleximal
PORTVERSION=	0.06
PORTREVISION=	1
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Integers with flexible representations

NO_ARCH=	yes

USES=		perl5
USE_PERL5=	configure

regression-test: build
	@cd ${WRKSRC} && ${MAKE} test

.include <bsd.port.mk>