mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e1630922bd
that it will work when installed from binary pkg. Bump PORTREVISION on all plugins for this.
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# Created by: Scott Lambert <lambert@lambertfam.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= abook_import_export
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail www
|
|
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 "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.mk>
|