diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-09 20:29:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-09 20:29:51 +0800 |
commit | 424e5b0876462b12b18e4d423ad1109da776405b (patch) | |
tree | 0d2682a9da33865bbc3d7af3562e17205d4b87d6 /mail/p5-Mail-CClient | |
parent | 4fde59d253c28234adce460c48739728221de370 (diff) | |
download | freebsd-ports-gnome-424e5b0876462b12b18e4d423ad1109da776405b.tar.gz freebsd-ports-gnome-424e5b0876462b12b18e4d423ad1109da776405b.tar.zst freebsd-ports-gnome-424e5b0876462b12b18e4d423ad1109da776405b.zip |
Unbreak using CPAN:USER macros
Submitted by: Daniil Cherednik <dcherednik@masterhost.ru> (by private mail)
Diffstat (limited to 'mail/p5-Mail-CClient')
-rw-r--r-- | mail/p5-Mail-CClient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/p5-Mail-CClient/Makefile b/mail/p5-Mail-CClient/Makefile index 8b4d7769de4e..9851ff2e1191 100644 --- a/mail/p5-Mail-CClient/Makefile +++ b/mail/p5-Mail-CClient/Makefile @@ -10,14 +10,13 @@ PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HDIAS PKGNAMEPREFIX= p5- DISTNAME= Mail-Cclient-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the c-client mailbox API -BROKEN= does not fetch - PERL_CONFIGURE= yes LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient |