aboutsummaryrefslogtreecommitdiffstats
path: root/comms/py-bulksms/Makefile
blob: ea4e8bf939fc78d2c2113324227d97faf022224b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.old/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>