1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/comms/py-bulksms/Makefile
Pav Lucistnik 5b8bec3855 - Chase download location again
Submitted by:	Andy Gilligan <andy@glbx.net> (maintainer)
2004-02-23 10:21:45 +00:00

30 lines
603 B
Makefile

# New ports collection makefile for: py-bulksms
# Date created: 06 Dec 2003
# Whom: Andy Gilligan <andy@evo6.org>
#
# $FreeBSD$
#
PORTNAME= bulksms
PORTVERSION= 0.1
CATEGORIES= comms python
MASTER_SITES= http://botanicus.net/dw/dl/ \
http://evo6.org/ports/py-bulksms/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= andy@evo6.org
COMMENT= Python client for the BulkSMS.co.uk HTTP API
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/bulksms
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>