mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e915b2e158
The gambas component to use smtp protocol
16 lines
342 B
Makefile
16 lines
342 B
Makefile
# New ports collection makefile for: gambas2-gb-net-smtp
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= mail lang
|
|
PKGNAMESUFFIX= -gb-net-smtp
|
|
|
|
COMMENT= The gambas component to use smtp protocol
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|