27 lines
617 B
Makefile
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>
|