1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/py-akismet/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

33 lines
741 B
Makefile

# Created by: Jacob Myers (jacob@whotookspaz.org)
# $FreeBSD$
PORTNAME= akismet
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.voidspace.org.uk/downloads/ \
http://whotookspaz.org/misc/freebsd/py-akismet/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jacob@whotookspaz.org
COMMENT= Python interface to the Akismet API
LICENSE= BSD3CLAUSE
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7 zip
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= akismet
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>