1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/math/p5-Set-IntSpan/Makefile
Dmitry Marakasov c0a9072a7d - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-09-24 09:08:28 +00:00

22 lines
356 B
Makefile

# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$
PORTNAME= Set-IntSpan
PORTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= danilo@FreeBSD.org
COMMENT= Manages sets of integers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>