2011-06-08 13:31:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2011/06/08 17:43:20 jasper Exp $
|
2004-01-29 12:13:37 -05:00
|
|
|
|
2007-07-04 15:18:45 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= OpenSSL Wrappers for Python
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2002-09-13 05:00:00 -04:00
|
|
|
VERSION= 0.6.1
|
|
|
|
DISTNAME= POW-${VERSION}
|
2010-08-30 17:16:17 -04:00
|
|
|
PKGNAME= py-sslwrapper-${VERSION}
|
2011-06-08 13:31:05 -04:00
|
|
|
REVISION= 5
|
2002-09-13 05:00:00 -04:00
|
|
|
CATEGORIES= security devel
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2004-01-18 08:23:06 -05:00
|
|
|
HOMEPAGE= http://www.sourceforge.net/projects/pow/
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2004-01-18 08:23:06 -05:00
|
|
|
# BSD
|
2001-09-10 02:08:03 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= crypto ssl
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2002-09-13 05:00:00 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pow/}
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2004-08-03 17:31:06 -04:00
|
|
|
MODULES= lang/python
|
2001-09-10 02:08:03 -04:00
|
|
|
|
2004-06-26 03:38:11 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2010-10-09 06:26:00 -04:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/{setup.py,POW.c}
|
2001-09-10 02:08:03 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|