26 lines
462 B
Makefile
26 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.21 2012/08/23 14:54:31 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= module to implement efficient mapping tables
|
|
|
|
DISTNAME= Unicode-Map8-0.12
|
|
REVISION= 3
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
RUN_DEPENDS= converters/p5-Unicode-String
|
|
|
|
.include <bsd.port.mk>
|