openbsd-ports/textproc/p5-Encode-Detect/Makefile
2013-03-11 11:35:43 +00:00

21 lines
354 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:43 espie Exp $
SHARED_ONLY = Yes
COMMENT = Encode::Encoding subclass that detects the encoding of data
MODULES = cpan
DISTNAME = Encode-Detect-1.01
REVISION = 2
CATEGORIES = textproc
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c stdc++
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>