mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
f27a0d866a
The gambas crypt encription component
16 lines
336 B
Makefile
16 lines
336 B
Makefile
# New ports collection makefile for: gambas2-gb-crypt
|
|
# Date created: 2009-05-02
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= security lang
|
|
PKGNAMESUFFIX= -gb-crypt
|
|
|
|
COMMENT= The gambas crypt encription component
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/gambas2-base
|
|
|
|
.include "${MASTERDIR}/Makefile"
|