mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: Erwin Lansing <erwin@lansing.dk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Encode-compat
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Compatibility interfaces for Encode.pm on Perl < 5.7.1
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|