mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
588 B
Makefile
28 lines
588 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
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|