Files
ports/databases/pear-DoctrineCommon/Makefile
T
Muhammad Moinur Rahman d130e6d026 databases/pear-DoctrineCommon: Mark DEPRECATED
- Upstream no longer serves through PEAR channel and has been moved to
  Composer
- Set EXPIRATION_DATE 2025-08-04
2025-07-03 11:26:36 +02:00

21 lines
494 B
Makefile

PORTNAME= DoctrineCommon
PORTVERSION= 2.3.0
CATEGORIES= databases pear
MASTER_SITES= http://pear.doctrine-project.org/get/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Shared code for Doctrine PHP object relational mapper
WWW= https://www.doctrine-project.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Upstream no longer serves through PEAR channel and has been moved to Composer
EXPIRATION_DATE= 2025-08-04
USES= pear
PEAR_CHANNEL= doctrine
NO_ARCH= yes
.include <bsd.port.mk>