4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kayako
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Python API Wrapper for Kayako
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|