freebsd-ports/www/trac-datefield/Makefile
Dmitry Marakasov bdb06fad8a www/trac-*: minor cleanup
- Don't use trac/plugin.mk which is now empty and unneeded
- Add some NO_ARCH'es
- Add/fix some LICENSEs and LICENSE_FILES
- Pet portlint
- Regenerate some patches

Approved by:	portmgr blanket
2016-05-29 01:29:08 +00:00

24 lines
489 B
Makefile

# Created by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
# $FreeBSD$
PORTNAME= datefield
PORTVERSION= 1.0.1
PORTREVISION= 4
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 zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
WRKSRC= ${WRKDIR}/datefieldplugin/0.11
REL= 7267
.include <bsd.port.mk>