1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/py-fqdn/Makefile
Po-Chuan Hsieh 95ad1a20bf
www/py-fqdn: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by:	portmgr (blanket)
With hat:	python
2023-08-27 05:42:35 +08:00

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>