freebsd-ports/devel/p5-Encode-compat/Makefile
Anton Berezin 7b8238af33 1. Update to 0.07.
2. Grab maintainership.

Approved by:	(2) previous maintainer
2005-03-05 08:27:15 +00:00

31 lines
742 B
Makefile

# New ports collection makefile for: p5-Encode-compat
# Date created: Mon April 14th, 2003
# Whom: Erwin Lansing <erwin@lansing.dk>
#
# $FreeBSD$
#
PORTNAME= Encode-compat
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Compatibility interfaces for Encode.pm on Perl < 5.7.1
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Encode::compat.3 Encode::compat::Alias.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This program only support perl 5.6.1 or above
.endif
.include <bsd.port.post.mk>