0f96567711
(needed for a to-be-released soon port) Since I'm there, add SHA256. Approved by: Jonatan B <onatan (at) gmail.com> (maintainer)
14 lines
255 B
Makefile
14 lines
255 B
Makefile
# Ports collection makefile for: py-libdnet
|
|
# Date created: Nov 2, 2005
|
|
# Whom: thierry@pompo.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Python module for libdnet
|
|
|
|
MASTERDIR= ${.CURDIR}/../libdnet
|
|
|
|
BUILD_PYTHON_MODULE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|