742321c708
Approved by: portmgr (implicit)
21 lines
480 B
Makefile
21 lines
480 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fchksum
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://code.fluffytapeworm.com/projects/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= matthew@reztek.cz
|
|
COMMENT= Python module to find the checksum of files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGNAME= python-fchksum
|
|
|
|
.include <bsd.port.mk>
|