mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
a247b2f47d
other miscellaneous files that are not actually manual pages (part 2).
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# Created by: Andy Gilligan <andy@evo6.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bulksms
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= comms python
|
|
MASTER_SITES= http://bsdtec.com/freebsd/distfiles/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= craig001@lerwick.hopto.org
|
|
COMMENT= Python client for the BulkSMS.co.uk HTTP API
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGNAME= BulkSMS
|
|
PYDISTUTILS_PKGVERSION= 1.0
|
|
|
|
WRKSRC= ${WRKDIR}/bulksms
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|