openbsd-ports/devel/p5-BSD-arc4random/Makefile
gsoares 5205ee4945 - update devel/p5-BSD-arc4random to 1.50
- fix license marker

OK jasper@
OK Abel Abraham Camarillo Ojeda(MAINTAINER)
2011-08-18 13:43:25 +00:00

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>