18 lines
370 B
Makefile
18 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:13 espie Exp $
|
|
|
|
COMMENT = perl interface to the arc4 random number generator
|
|
|
|
SHARED_ONLY = Yes
|
|
MODULES = cpan
|
|
DISTNAME = BSD-arc4random-1.50
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# MirOS Licence
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|