blob: 9f969b8981c8a0381b1b4cedc5dbeb44bdb6dbc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|