freebsd-ports/devel/p5-Set-Scalar/Makefile
Andrej Zverev fa282cba22 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:43:03 +00:00

16 lines
321 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= Set-Scalar
PORTVERSION= 1.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module containing a set of scalars, including references
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>