2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:48 ajacoutot Exp $
|
2008-10-15 20:01:46 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = Encode::Encoding subclass that detects the encoding of data
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Encode-Detect-1.01
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION = 1
|
2008-10-15 20:01:46 -04:00
|
|
|
CATEGORIES = textproc
|
2010-10-19 03:54:21 -04:00
|
|
|
USE_GROFF = Yes
|
2008-10-15 20:01:46 -04:00
|
|
|
|
|
|
|
WANTLIB += stdc++
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|