mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
326 B
Makefile
20 lines
326 B
Makefile
COMMENT= validates that domain names are acceptable to browsers
|
|
|
|
MODPY_DISTV= 1.5.1
|
|
DISTNAME= fqdn-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://github.com/ypcrts/fqdn
|
|
|
|
# MPL 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|