freebsd-ports/net/pynids/Makefile
Sam Lawrance 11134ebd3d Add pynids 0.5, python interface to libnids.
PR:		ports/82593
Submitted by:	Corey Smith
2005-06-29 14:03:12 +00:00

27 lines
617 B
Makefile

# New ports collection makefile for: pynids
# Date created: 22 Jun 2005
# Whom: Corey Smith
#
# $FreeBSD$
#
PORTNAME= pynids
PORTVERSION= 0.5
CATEGORIES= net python
MASTER_SITES= http://pilcrow.madison.wi.us/pynids/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pynids-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= corsmith@gmail.com
COMMENT= Python interface to libnids
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/nidsmodule.so
.include <bsd.port.mk>