1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/p5-Set-IntSpan/Makefile
Steve Price 4c5f003a95 Initial import of p5-Set-IntSpan.
A perl module for managing sets of integers.

PR:		7163
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-12-24 06:46:58 +00:00

26 lines
556 B
Makefile

# New ports collection makefile for: p5-Set-IntSpan
# Version required: 1.06
# Date created: February 7, 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id$
#
DISTNAME= Set-IntSpan-1.06
PKGNAME= p5-Set-IntSpan-1.06
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
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} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>