20 lines
361 B
Makefile
20 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/06/01 17:05:00 jasper Exp $
|
|
|
|
COMMENT= capture STDOUT and STDERR
|
|
|
|
CPAN_AUTHOR= DAGOLDEN
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Capture-Tiny-0.11
|
|
CATEGORIES= sysutils
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|