mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
8c665a63fe
ZConf is unmaintained with glaring issues in bits of it and the developer did not have time to properly address them in over 8 years. PR: 223471 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> (maintainer and upstream developer)
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail-Cache
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Caches mail information
|
|
|
|
DEPRECATED= Unmaintained
|
|
EXPIRATION_DATE= 2018-07-15
|
|
|
|
BUILD_DEPENDS= p5-File-BaseDir>=0:devel/p5-File-BaseDir \
|
|
p5-Email-Simple>=0:mail/p5-Email-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|