mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
95ad1a20bf
Approved by: portmgr (blanket) With hat: python
16 lines
336 B
Makefile
16 lines
336 B
Makefile
PORTNAME= fqdn
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= whitejv81@gmail.com
|
|
COMMENT= RFC-compliant FQDN validation and manipulation for Python
|
|
WWW= https://github.com/ypcrts/fqdn
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|