mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d95c946543
standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
23 lines
490 B
Makefile
23 lines
490 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= port-for
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Python utility and library that helps with TCP ports management
|
|
|
|
LICENSE= MIT
|
|
|
|
# Python3 Ready
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/DEFAULT_CONFIG_PATH/ s|/etc|${PREFIX}&|' ${WRKSRC}/port_for/store.py
|
|
|
|
.include <bsd.port.mk>
|