opnsense-ports/misc/py-socli/Makefile
Franco Fichtner bd4bf00f3c */*: sync with upstream
Taken from: FreeBSD
2016-07-06 08:39:37 +02:00

26 lines
551 B
Makefile

# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
# $FreeBSD$
PORTNAME= socli
PORTVERSION= 1.8
CATEGORIES= misc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cpm@FreeBSD.org
COMMENT= Stack overflow command line interface
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
GH_ACCOUNT= gautamkrishnar
NO_ARCH= yes
.include <bsd.port.mk>