2007-09-15 19:29:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/09/15 23:29:58 merdely Exp $
|
2006-09-20 10:08:47 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Lua binding for the OpenSSL crypto libraries
|
2007-07-04 15:18:45 -04:00
|
|
|
SHARED_ONLY= Yes
|
2006-09-20 10:08:47 -04:00
|
|
|
|
|
|
|
DISTNAME= luacrypto-0.1.1
|
2007-08-05 08:34:33 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2006-09-20 10:08:47 -04:00
|
|
|
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
|
|
|
|
|
2007-05-28 12:09:38 -04:00
|
|
|
RUN_DEPENDS= ::lang/lua
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-09-20 10:08:47 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|