freebsd-ports/devel/p5-Data-Rand-Obscure/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

23 lines
562 B
Makefile

# $FreeBSD$
PORTNAME= Data-Rand-Obscure
PORTVERSION= 0.021
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tj@FreeBSD.org
COMMENT= Perl module for generating (fairly) random strings easily
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny
RUN_DEPENDS= p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>