1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/p5-Set-IntSpan/Makefile
2000-04-14 07:20:58 +00:00

26 lines
529 B
Makefile

# New ports collection makefile for: p5-Set-IntSpan
# Date created: February 7, 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $FreeBSD$
#
PORTNAME= Set-IntSpan
PORTVERSION= 1.07
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
PKGNAMEPREFIX= p5-
MAINTAINER= croyle@gelemna.ft-wayne.in.us
USE_PERL5= yes
MAN3= Set::IntSpan.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>