1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-period/Makefile
Alan Eldridge bc719ef84c Give up maintainership of these ports since I don't have time. Quanta goes to
kde@, all the rest are up for grabs to the most masochistic bidder.
2002-11-15 04:03:34 +00:00

30 lines
581 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-period
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= period
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= http://www.biostat.wisc.edu/~annis/creations/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd-ports@FreeBSD.org
USE_PYTHON= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/period.py ${PYTHON_SITELIBDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for ex in html txt
${INSTALL_DATA} ${WRKSRC}/period.${ex} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>