mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
313 B
Makefile
18 lines
313 B
Makefile
COMMENT = Encode::Encoding subclass that detects the encoding of data
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Encode-Detect-1.01
|
|
REVISION = 8
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|