freebsd-ports/comms/py-bulksms/Makefile
Pav Lucistnik 58f793741a Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending
short text messages to cell phones. Port contains python module
and a command-line client 'sms'.

PR:		ports/59987
Submitted by:	Andy Gilligan <andy@evo6.org>
2003-12-06 12:37:43 +00:00

29 lines
602 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/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
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>