mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
aec871e476
PR: 186059 Submitted by: Eero HÀnninen <fax@nohik.ee>
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# Created by: Dmitry Pryadko <d.pryadko@rambler-co.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= publicsuffix
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= dns python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= d.pryadko@rambler-co.ru
|
|
COMMENT= Get public suffix of domain name from Public Suffix List
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|