Files

18 lines
313 B
Makefile
Raw Permalink Normal View History

2008-10-16 00:01:46 +00:00
COMMENT = Encode::Encoding subclass that detects the encoding of data
MODULES = cpan
DISTNAME = Encode-Detect-1.01
REVISION = 8
2008-10-16 00:01:46 +00:00
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
2008-10-16 00:01:46 +00:00
2017-07-16 19:18:47 +00:00
WANTLIB += c perl ${COMPILER_LIBCXX}
2012-08-23 15:50:05 +00:00
COMPILER = base-clang ports-gcc base-gcc
2008-10-16 00:01:46 +00:00
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>