bfe78bf088
<andy@evo6.org>: Host or domain name not found. Name service error for name=evo6.org type=A: Host not found Remove associated MASTER_SITE. Approved by: portmgr (self)
29 lines
569 B
Makefile
29 lines
569 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}
|
|
|
|
MAINTAINER= ports@FreeBSD.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>
|