openbsd-ports/devel/p5-BSD-arc4random/Makefile

21 lines
450 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $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
2012-08-23 11:00:32 -04:00
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
2012-08-23 11:00:32 -04:00
WANTLIB += c
.include <bsd.port.mk>