21 lines
310 B
Makefile
21 lines
310 B
Makefile
|
COMMENT= capture STDOUT and STDERR
|
||
|
|
||
|
CPAN_AUTHOR= DAGOLDEN
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME= Capture-Tiny-0.48
|
||
|
CATEGORIES= sysutils
|
||
|
REVISION= 0
|
||
|
|
||
|
# Apache 2.0
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODCPAN_EXAMPLES= Yes
|
||
|
|
||
|
# There is no target to install them
|
||
|
post-install:
|
||
|
${MODCPAN_POST_INSTALL}
|
||
|
|
||
|
.include <bsd.port.mk>
|