freebsd-ports/converters/p5-Encode-Detect/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

24 lines
564 B
Makefile

# New ports collection makefile for: p5-Encode-Detect
# Date created: 2006-07-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Encode-Detect
PORTVERSION= 1.01
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An Encode::Encoding subclass that detects the encoding of data
BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/CBuilder.pm:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
PERL_MODBUILD= yes
MAN3= Encode::Detect.3 Encode::Detect::Detector.3
.include <bsd.port.mk>