aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Scalar-Listify/Makefile
blob: 78fcb398fd0e196f75c2316c66a7efa04f0d18fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Scalar-Listify
# Date created:				2007/02/14
# Whom:					chinsan
#
# $FreeBSD$
#

PORTNAME=	Scalar-Listify
PORTVERSION=	0.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	chinsan@FreeBSD.org
COMMENT=	Poduces an array(ref)? from a scalar value or array ref

MAN3=		Scalar::Listify.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>