diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
commit | 91f8efdede509f8decb595b5c98b0b1742cc9bce (patch) | |
tree | 90b3e914d4dd79c6ba2a6e1afdb7d160c5bbba76 /lang/p5-Scalar-List-Utils/Makefile | |
parent | d7e5af9aa2fb6d986ec670576f9df595ceaa27d2 (diff) | |
download | ports-91f8efdede509f8decb595b5c98b0b1742cc9bce.tar.gz ports-91f8efdede509f8decb595b5c98b0b1742cc9bce.zip |
Notes
Diffstat (limited to 'lang/p5-Scalar-List-Utils/Makefile')
-rw-r--r-- | lang/p5-Scalar-List-Utils/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/p5-Scalar-List-Utils/Makefile b/lang/p5-Scalar-List-Utils/Makefile new file mode 100644 index 000000000000..67cf7784feef --- /dev/null +++ b/lang/p5-Scalar-List-Utils/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: lang/p5-Scalar-List-Utils +# Date created: 19 December 2001 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Scalar-List-Utils +PORTVERSION= 1.06 +CATEGORIES= lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Scalar +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= List::Util.3 Scalar::Util.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |