20 lines
324 B
Makefile
20 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:18 espie Exp $
|
|
|
|
COMMENT= Storable based binary logs
|
|
|
|
DISTNAME= Log-Dispatch-Binlog-0.02
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Log-Dispatch \
|
|
devel/p5-Test-TempDir
|
|
|
|
.include <bsd.port.mk>
|