mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# New ports collection makefile for: p5-Set-IntSpan
|
|
# Date created: February 7, 1998
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Set-IntSpan
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Manages sets of integers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Set::IntSpan.3
|
|
|
|
.include <bsd.port.mk>
|