freebsd-ports/mail/squirrelmail-abook_import_export-plugin/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

23 lines
638 B
Makefile

# New ports collection makefile for: squirrelmail-abook_import-export-plugin
# Date created: 2010-01-27
# Whom: Scott Lambert <lambert@lambertfam.org>
# Modified from: squirrelmail-check_quota-plugin
#
# $FreeBSD$
#
PORTNAME= abook_import_export
PORTVERSION= 1.1
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.4.4
DIST_SUBDIR= squirrelmail
MAINTAINER= lambert@lambertfam.org
COMMENT= Allows for the importing of addressbooks from a CSV (comma separated values) file
SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>