freebsd-ports/devel/py-akismet/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

32 lines
703 B
Makefile

# New ports collection makefile for: py-akismet
# Date created: Thu 29 Oct 2009
# Whom: Jacob Myers (jacob@whotookspaz.org)
#
# $FreeBSD$
#
PORTNAME= akismet
PORTVERSION= 0.2.0
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= A Python interface to the Akismet API
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= akismet
USE_ZIP= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>