f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= datefield
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://dist.codelabs.ru/fbsd/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= datefieldplugin-r${REL}
|
|
|
|
MAINTAINER= rea@FreeBSD.org
|
|
COMMENT= Plugin for creating date fields
|
|
|
|
RUN_DEPENDS= trac>=0.11:www/trac
|
|
|
|
USES= python:2.7 zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/datefieldplugin/0.11
|
|
REL= 7267
|
|
|
|
.include <bsd.port.mk>
|