mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
67f2b0e5df
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
33 lines
909 B
Makefile
33 lines
909 B
Makefile
# New ports collection makefile for: premail
|
|
# Version required: 0.45
|
|
# Premail homepage is http://www.c2.net/~raph/premail.html
|
|
#
|
|
# Date created: 31 Jan 1997
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/05/06 14:28:42 jfitz Exp $
|
|
#
|
|
|
|
DISTNAME= premail-0.45
|
|
CATEGORIES= security mail
|
|
MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/remailer/
|
|
|
|
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
|
BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
NO_BUILD= Yes
|
|
RESTRICTED= "Author treats it as ITAR subject"
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
|
|
install -d -m 555 ${PREFIX}/share/doc/premail
|
|
cd ${WRKSRC} && ${INSTALL_DATA} \
|
|
preferences doc-0.45.html doc-0.45.txt ${PREFIX}/share/doc/premail
|
|
@echo
|
|
@echo "Check ${PREFIX}/share/doc/premail for further instructions"
|
|
@echo
|
|
|
|
.include <bsd.port.mk>
|