openbsd-ports/mail/p5-GetLive/Makefile
gsoares 3579051a95 update p5-GetLive to 2.4
OK merdely@ (maintainer)
2011-09-20 13:43:37 +00:00

41 lines
978 B
Makefile

# $OpenBSD: Makefile,v 1.13 2011/09/20 13:43:37 gsoares Exp $
COMMENT= automatically fetch hotmail.com email
DISTNAME= GetLive_2_4
PKGNAME= p5-GetLive-2.4
PKG_ARCH= *
CATEGORIES= mail perl5
EXTRACT_SUFX= .tgz
MAINTAINER= Michael Erdely <merdely@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=getlive/}
RUN_DEPENDS= devel/p5-Net-Server \
net/curl>=7.15.5 \
mail/procmail \
www/p5-URI
NO_BUILD= Yes
NO_REGRESS= Yes
post-patch:
@${SUBST_CMD} ${WRKSRC}/{GetLive.pl,Manual}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${PREFIX}/bin/GetLive
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GetLive
${INSTALL_SCRIPT} ${WRKSRC}/{SmtpAuthForward,SmtpForward}.pl \
${PREFIX}/share/examples/GetLive/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/GetLive
${INSTALL_DATA} ${WRKSRC}/{License,Manual} ${PREFIX}/share/doc/GetLive
.include <bsd.port.mk>