freebsd-ports/www/py-urlobject/Makefile

23 lines
531 B
Makefile
Raw Normal View History

# Created by: Ilia Skalozubov <freebsd@skinc.ru>
# $FreeBSD$
PORTNAME= urlobject
PORTVERSION= 2.4.2
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= URLObject-${PORTVERSION}
MAINTAINER= freebsd@skinc.ru
COMMENT= Utility class for manipulating URLs
LICENSE= Unlicense
LICENSE_NAME= The Unlicense
LICENSE_FILE= ${WRKSRC}/UNLICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= python:2.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>