mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1a8881e2ec
- add dns/py-dnspython to RUN_DEPENDS too, because easyzone will not work w/o it - remove some redundant python specific knobs: PYDISTUTILS_NOEGGINFO, PYDISTUTILS_PKGNAME - use PYEASYINSTALL_EGG in pkg-plist instead of redundant passing PORTVERSION and PYTHON_VER there - bump PORTREVISION because of dependencies change PR: 172446 Submitted by: rm (myself) Approved by: Attila Nagy <bra at fsn dot hu> (maintainer, by mail) Feature safe: yes
23 lines
466 B
Makefile
23 lines
466 B
Makefile
# Created by: Attila Nagy <bra@fsn.hu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= easyzone
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bra@fsn.hu
|
|
COMMENT= DNS Zone abstraction module for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:${PORTSDIR}/dns/py-dnspython
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|