freebsd-ports/converters/p5-Encode-Detect/Makefile
Rong-En Fan f016f44641 Add p5-Encode-Detect 0.01, an Encode::Encoding subclass that detects the
encoding of data.

PR:		ports/99980
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-10 01:26:05 +00:00

29 lines
729 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= 0.01
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= An Encode::Encoding subclass that detects the encoding of data
PERL_MODBUILD= yes
MAN3= Encode::Detect.3 Encode::Detect::Detector.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
.endif
.include <bsd.port.post.mk>