mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
91e4e8a4e3
USES=python Approved by: portmgr (implicit)
19 lines
385 B
Makefile
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>
|