diff options
Diffstat (limited to 'security/py-fchksum/Makefile')
-rw-r--r-- | security/py-fchksum/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile deleted file mode 100644 index 4ecf8916458e..000000000000 --- a/security/py-fchksum/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= Python module to find the checksum of files - -DEPRECATED= Unmaintained, uses EOLed python27 -EXPIRATION_DATE= 2020-01-27 - -LICENSE= GPLv2 - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so -USES= python:2.7 -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= python-fchksum - -.include <bsd.port.mk> |