17 lines
300 B
Makefile
17 lines
300 B
Makefile
|
COMMENT = module for when strings are too long to be displayed in
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = String-Truncate-1.100602
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Okan Demirmen <okan@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
||
|
|
||
|
.include <bsd.port.mk>
|