freebsd-ports/comms/py-bulksms/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

30 lines
651 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://ngsoftwareltd.com/freebsd/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= craig001@lerwick.hopto.org
COMMENT= Python client for the BulkSMS.co.uk HTTP API
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= BulkSMS
PYDISTUTILS_PKGVERSION= 1.0
WRKSRC= ${WRKDIR}/bulksms
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>