aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 01:48:09 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 01:48:09 +0800
commitcbd3ffba33594fa4cee2abb7ec4ed01511ab0b99 (patch)
tree73b169cf619a139ea974a502c9c077658da21d88
parent364ef771d6a031bbc74270a18737be1686c55fd4 (diff)
downloadfreebsd-ports-gnome-cbd3ffba33594fa4cee2abb7ec4ed01511ab0b99.tar.gz
freebsd-ports-gnome-cbd3ffba33594fa4cee2abb7ec4ed01511ab0b99.tar.zst
freebsd-ports-gnome-cbd3ffba33594fa4cee2abb7ec4ed01511ab0b99.zip
- Fix build
- Pass maintainership to perl PR: 121944 Submitted by: Gea-Suan Lin (gslin@gslin.org) (maintainer)
-rw-r--r--converters/p5-Encode-Detect/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/converters/p5-Encode-Detect/Makefile b/converters/p5-Encode-Detect/Makefile
index c1ac53d6ba5b..686834732b79 100644
--- a/converters/p5-Encode-Detect/Makefile
+++ b/converters/p5-Encode-Detect/Makefile
@@ -8,13 +8,15 @@
PORTNAME= Encode-Detect
PORTVERSION= 1.00
CATEGORIES= converters perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
-MAINTAINER= gslin@gslin.org
+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