329a6fff8a
PR: ports/177976 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Feature safe: yes
17 lines
300 B
Makefile
17 lines
300 B
Makefile
# Created by: Don Croyle <croyle@gelemna.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Set-IntSpan
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= danilogondolfo@gmail.com
|
|
COMMENT= Manages sets of integers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Set::IntSpan.3
|
|
|
|
.include <bsd.port.mk>
|