20 lines
323 B
Makefile
20 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.22 2014/06/14 23:23:12 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= modules to handle various Unicode issues
|
|
|
|
DISTNAME= Unicode-String-2.09
|
|
REVISION= 4
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|