openbsd-ports/textproc/p5-Encode-Detect/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

24 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:48 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = Encode::Encoding subclass that detects the encoding of data
MODULES = cpan
DISTNAME = Encode-Detect-1.01
REVISION = 1
CATEGORIES = textproc
USE_GROFF = Yes
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>