1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/p5-Set-IntSpan/Makefile
Steve Price 4540206be0 Update to version 1.07. Also ${PERL5} to find the perl binary.
PR:		9647
Submitted by:	maintainer
1999-01-26 02:05:23 +00:00

26 lines
597 B
Makefile

# New ports collection makefile for: p5-Set-IntSpan
# Version required: 1.07
# Date created: February 7, 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id: Makefile,v 1.1.1.1 1998/12/24 06:46:58 steve Exp $
#
DISTNAME= Set-IntSpan-1.07
PKGNAME= p5-Set-IntSpan-1.07
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} ${PERL5} Makefile.PL
.include <bsd.port.mk>