20 lines
338 B
Makefile
20 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.8 2015/01/21 14:41:37 sthen Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = Encode::Encoding subclass that detects the encoding of data
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Encode-Detect-1.01
|
|
REVISION = 3
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c stdc++
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|