1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/py-path-and-address/Makefile
Jason E. Hale fc1f1c15a2 New port: www/py-path-and-address
Path-and-address resolves ambiguities for command-line interface
applications with the following pattern:

$ your_app [<path>] [<address>]

The library applies the principal of least surprise to command-line
interfaces.

WWW: https://github.com/joeyespo/path-and-address
2018-08-01 00:30:55 +00:00

20 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= path-and-address
PORTVERSION= 2.0.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Functions for command-line server tools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>