1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/py-urlobject/Makefile
Antoine Brodin 377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00

21 lines
429 B
Makefile

# Created by: Ilia Skalozubov <freebsd@skinc.ru>
# $FreeBSD$
PORTNAME= urlobject
PORTVERSION= 2.4.3
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_FILE= ${WRKSRC}/UNLICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>