ac27e6cc81
from Abel Abraham Camarillo Ojeda ok landry@
18 lines
418 B
Makefile
18 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/15 12:09:32 jasper Exp $
|
|
|
|
COMMENT = perl interface to the arc4 random number generator
|
|
|
|
SHARED_ONLY = Yes
|
|
MODULES = cpan
|
|
DISTNAME = BSD-arc4random-1.43
|
|
CATEGORIES = devel
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|