mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
22 lines
313 B
Makefile
22 lines
313 B
Makefile
COMMENT= poor man's daily snapshot
|
|
|
|
DISTNAME= glastree-1.04
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://www.igmus.org/code/
|
|
|
|
SITES= http://www.igmus.org/files/
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Date-Calc
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|