2012-08-23 11:50:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2012/08/23 15:52:47 sthen 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
|
2012-08-23 11:50:05 -04:00
|
|
|
REVISION = 2
|
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
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c stdc++
|
|
|
|
|
2008-10-15 20:01:46 -04:00
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|