1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/dns/py-publicsuffix/Makefile
Marcus von Appen 91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +00:00

19 lines
385 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>