17 lines
301 B
Makefile
17 lines
301 B
Makefile
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= brew
|
||
|
DISTVERSION= 1.0-6
|
||
|
CATEGORIES= textproc
|
||
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||
|
|
||
|
MAINTAINER= tota@FreeBSD.org
|
||
|
COMMENT= Templating Framework for Report Generation
|
||
|
|
||
|
LICENSE= GPLv2
|
||
|
|
||
|
USES= cran:auto-plist
|
||
|
|
||
|
.include <bsd.port.mk>
|