freebsd-ports/math/p5-Math-Logic/Makefile

18 lines
341 B
Makefile
Raw Normal View History

# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
# $FreeBSD$
PORTNAME= Math-Logic
PORTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2012-07-25 08:32:06 +02:00
COMMENT= Perl module providing pure 2, 3, or multi-value logic
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>