1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/ctemplate/Makefile
Dmitry Marakasov 41607de941 - Unbreak build
- Add LICENSE

Approved by:	portmgr blanket
2017-12-25 13:15:14 +00:00

20 lines
297 B
Makefile

# Created by: Alex Pesternikov <ap@page2rss.com>
# $FreeBSD$
PORTNAME= ctemplate
PORTVERSION= 0.5
CATEGORIES= www textproc
MASTER_SITES= SF
MAINTAINER= ap@page2rss.com
COMMENT= Template system for C
LICENSE= NONE
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES+= bin/h2ap
.include <bsd.port.mk>