17 lines
340 B
Makefile
17 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:21 espie Exp $
|
|
|
|
COMMENT = module for when strings are too long to be displayed in
|
|
|
|
MODULES = cpan
|
|
DISTNAME = String-Truncate-1.100600
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Okan Demirmen <okan@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|