mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
377901b804
With hat: portmgr
21 lines
429 B
Makefile
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>
|