56695d610b
- move pkg-plist contents to PLIST_FILES
24 lines
534 B
Makefile
24 lines
534 B
Makefile
# New ports collection makefile for: feedfinder
|
|
# Date created: 23 April 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= feedfinder
|
|
PORTVERSION= 1.3.7.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CENKES
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ultra-liberal feed finder
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/feedfinder.py \
|
|
%%PYTHON_SITELIBDIR%%/feedfinder.pyc \
|
|
%%PYTHON_SITELIBDIR%%/feedfinder.pyo
|
|
|
|
.include <bsd.port.mk>
|