191035f307
Approved by: bapt (mentor)
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# New ports collection makefile for: py-feedgenerator
|
|
# Date created: 2011-06-19
|
|
# Whom: Julien Laffaye <jlaffaye@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= feedgenerator
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Standalone version of django.utils.feedgenerator
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|