aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-21 17:48:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-21 17:48:09 +0000
commitd42d52fd32be2b11a47c128a39fedbc560da2140 (patch)
tree59748cfba2114c7a6ffcb69c59777962c53ded32 /converters
parente2f267539d0b5951c542e651f4672c14b5a9ac84 (diff)
downloadports-d42d52fd32be2b11a47c128a39fedbc560da2140.tar.gz
ports-d42d52fd32be2b11a47c128a39fedbc560da2140.zip
Notes
Diffstat (limited to 'converters')
-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