summaryrefslogtreecommitdiff
path: root/security/fpc-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fpc-openssl/Makefile')
-rw-r--r--security/fpc-openssl/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile
deleted file mode 100644
index 2b5c52ff056d..000000000000
--- a/security/fpc-openssl/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-CATEGORIES= security lang
-PKGNAMESUFFIX= -openssl
-
-COMMENT= Free Pascal unit for OpenSSL
-
-USES= fpc
-USE_FPC= fcl-async fcl-base fcl-net fcl-passrc fcl-res fcl-xml rtl-extra \
- rtl-objpas
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= OPENSSL
-OPENSSL_DESC= Install SSL and crypto library
-OPTIONS_DEFAULT= OPENSSL
-
-OPENSSL_USES= ssl
-
-.include "${MASTERDIR}/Makefile"