4942ce5a7d
- 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
30 lines
651 B
Makefile
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>
|