# New ports collection makefile for: dkimproxy # Date created: 16 July 2006 # Whom: Yoshisato YANAGISAWA # # $FreeBSD$ # PORTNAME= dkimproxy PORTVERSION= 1.0.1 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= yanagisawa@csg.is.titech.ac.jp COMMENT= DKIM filter for Postfix BUILD_DEPENDS= ${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \ ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_PERL5= yes USE_RC_SUBR= dkimproxy_in dkimproxy_out DKIMPY_USERNAME?= dkimproxy DKIMPY_USERID?= 525 DKIMPY_GROUPNAME?= ${DKIMPY_USERNAME} DKIMPY_GROUPID?= ${DKIMPY_USERID} SUB_FILES= pkg-install pkg-deinstall SUB_LIST= USER=${DKIMPY_USERNAME} \ UID=${DKIMPY_USERID} \ GROUP=${DKIMPY_GROUPNAME} \ GID=${DKIMPY_GROUPID} .include pre-install: ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL .include s='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 4.1sunpoet2014-12-242-3/+3
* - While I'm here, update to 4.0.1sunpoet2014-11-252-4/+3
* - Update to 3.9sunpoet2014-04-272-23/+15
* - Stage supportmiwi2014-02-181-12/+6
* - Update to 3.8.1sunpoet2014-02-042-3/+3
* - Update to 3.8sunpoet2013-12-242-3/+3
* - Update to 3.7.1sunpoet2013-10-312-3/+3
* - Update to 3.7sunpoet2013-10-262-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 3.6.1sunpoet2013-09-132-3/+3
* - Update to 3.6sunpoet2013-08-082-3/+3
* - Update to 3.5.2miwi2013-06-27