mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
21 lines
363 B
Makefile
21 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= voluptuous
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Python data validation library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= alecthomas
|
|
|
|
USES?= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|