freebsd-ports/mail/mime-construct/Makefile
John Marino 0299645ed3 mail/mime-construct: Remove empty backup MASTER_SITES
Renatasystems is not hosting distfile so remove it.  The primary site
is still up and hosting the distfile.
2015-05-17 15:08:38 +00:00

20 lines
511 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= mime-construct
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.argon.org/~roderick/
MAINTAINER= ports@FreeBSD.org
COMMENT= Construct and optionally send MIME messages from command line
BUILD_DEPENDS= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>