Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

35 lines
853 B
Makefile

# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
PORTNAME= Crypt-Random-Source
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dereckson@gmail.com
COMMENT= Get weak or strong random data from pluggable sources
LICENSE= ART20
BUILD_DEPENDS= p5-Moo>=0:devel/p5-Moo \
p5-Capture-Tiny>=0.08:devel/p5-Capture-Tiny \
p5-Module-Find>=0:devel/p5-Module-Find \
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny \
p5-namespace-clean>=0.08:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>