1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/comms/py-bulksms/Makefile
Adam Weinberger fbd9122a40 Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
2014-01-03 16:06:00 +00:00

31 lines
622 B
Makefile

# Created by: 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
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
.endif
.include <bsd.port.mk>