freebsd-ports/security/py-fchksum/Makefile

25 lines
563 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: py-fckhsum
# Date created: Jul 5, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fchksum
2004-05-16 17:00:44 +02:00
PORTVERSION= 1.7.1
CATEGORIES= security python
MASTER_SITES= http://www.dakotacom.net/~donut/programs/fchksum/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
2002-01-18 14:07:09 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to find the checksum of files
2004-05-16 17:00:44 +02:00
PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so
USE_PYTHON= yes
2002-04-25 19:27:12 +02:00
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-fchksum
.include <bsd.port.mk>