freebsd-ports/devel/p5-Scalar-Listify/Makefile
2014-02-10 23:10:27 +00:00

16 lines
294 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Scalar-Listify
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Poduces an array(ref)? from a scalar value or array ref
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>