2d8b17ea39
With hat: portmgr
17 lines
325 B
Makefile
17 lines
325 B
Makefile
# Created by: Andrea Sozzi <as@g-cows.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= g-cows
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.g-cows.org/download/1.12/
|
|
|
|
MAINTAINER= as@g-cows.org
|
|
COMMENT= Scripting language for creation of web sites
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
PLIST_FILES= bin/cows \
|
|
bin/cows-mkgen
|
|
|
|
.include <bsd.port.mk>
|