blob: 4688cc38f067e51ff1e3fa00e788a9c10854b09f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Scott Lambert <lambert@lambertfam.org>
# $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/-/_/}
NO_STAGE= yes
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>
|