diff options
author | steve <steve@FreeBSD.org> | 1998-12-24 14:46:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-24 14:46:58 +0800 |
commit | f45582a2266223f9844e0a25931185ce52861cf1 (patch) | |
tree | 77dd1ef727e2e32de6b56582e7a89d69bc0eac47 /math/p5-Set-IntSpan/Makefile | |
parent | 031e3ad9313becd8c8d2247e263b149770248323 (diff) | |
download | freebsd-ports-gnome-f45582a2266223f9844e0a25931185ce52861cf1.tar.gz freebsd-ports-gnome-f45582a2266223f9844e0a25931185ce52861cf1.tar.zst freebsd-ports-gnome-f45582a2266223f9844e0a25931185ce52861cf1.zip |
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>
Diffstat (limited to 'math/p5-Set-IntSpan/Makefile')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile new file mode 100644 index 000000000000..a5e18c3698e0 --- /dev/null +++ b/math/p5-Set-IntSpan/Makefile @@ -0,0 +1,25 @@ +# 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> |