aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-publicsuffix/Makefile
blob: c36544efc7ca2082867bfdd9ddc3ff2a55bc83ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>