5205ee4945
- fix license marker OK jasper@ OK Abel Abraham Camarillo Ojeda(MAINTAINER)
18 lines
424 B
Makefile
18 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/08/18 13:43:25 gsoares Exp $
|
|
|
|
COMMENT = perl interface to the arc4 random number generator
|
|
|
|
SHARED_ONLY = Yes
|
|
MODULES = cpan
|
|
DISTNAME = BSD-arc4random-1.50
|
|
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
|
|
|
|
.include <bsd.port.mk>
|