ports/textproc/p5-Encode-Detect/Makefile

18 lines
313 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>