diff options
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> |