freebsd-ports/devel/p5-UUID-URandom/Makefile
Sunpoet Po-Chuan Hsieh 2593898883 Add NO_ARCH
2019-08-14 18:01:59 +00:00

23 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= UUID-URandom
PORTVERSION= 0.001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= UUIDs based on /dev/urandom or the Windows Crypto API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>