1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/py-ucl/Makefile
Mathieu Arnold d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00

26 lines
444 B
Makefile

# $FreeBSD$
PORTNAME= ucl
PORTVERSION= 0.8.0
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= UCL parser and emmitter
LICENSE= MIT
LICENSE_FILE= ${WRKDIR}/libucl-${PORTVERSION}/COPYING
LIB_DEPENDS= libucl.so:textproc/libucl
USES= python
USE_GITHUB= yes
USE_PYTHON= autoplist concurrent distutils
GH_ACCOUNT= vstakhov
GH_PROJECT= libucl
WRKSRC_SUBDIR= python
.include <bsd.port.mk>