21 lines
450 B
Makefile
21 lines
450 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/08/23 15:00:33 sthen 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|