openbsd-ports/security/luacrypto/Makefile
2007-09-15 23:29:57 +00:00

28 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.6 2007/09/15 23:29:58 merdely Exp $
COMMENT= Lua binding for the OpenSSL crypto libraries
SHARED_ONLY= Yes
DISTNAME= luacrypto-0.1.1
PKGNAME= ${DISTNAME}p2
CATEGORIES= security
MASTER_SITES= http://luaforge.net/frs/download.php/1395/
HOMEPAGE= http://luacrypto.luaforge.net/
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
WANTLIB= crypto
REGRESS_TARGET= tests
CFLAGS+= -fPIC -DPIC
RUN_DEPENDS= ::lang/lua
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>