1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/security/py-fchksum/Makefile
Steve Wills 4c17179eef - Resurrect
- Add LICENSE
- Assign maintainer to submitter
- Update master site

PR:		ports/188586
Submitted by:	Matthew Rezny <matthew@reztek.cz>
2014-04-15 15:02:31 +00:00

22 lines
481 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-fchksum
.include <bsd.port.mk>