freebsd-ports/security/py-fchksum/Makefile
Erwin Lansing b20a05a47c Fix MASTER_SITES
PR:		53090
Submitted by:	bento, Serge Gagnon <gagnon__s@videotron.ca>
Approved by:	edwin (mentor)
2003-06-09 18:43:41 +00:00

23 lines
483 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-fckhsum
# Date created: Jul 5, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fchksum
PORTVERSION= 1.6.1
CATEGORIES= security python
MASTER_SITES= http://www.dakotacom.net/~donut/programs/fchksum/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= find the checksum of files
USE_PYTHON= yes
USE_PYDISTUTILS= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>