freebsd-ports/security/py-pow/Makefile

35 lines
652 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: Python OpenSSL Wrappers
# Date created: Feb 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pow
PORTVERSION= 0.7
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Python OpenSSL Wrappers
USE_PYTHON= yes
2002-04-29 20:53:07 +02:00
USE_PYDISTUTILS= yes
USE_OPENSSL= yes
PORTDOCS= POW.pdf
2003-10-16 03:31:58 +02:00
2002-04-29 20:53:07 +02:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>