1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/p5-Spread/Makefile
Aaron Dalton ec625365e5 The reason this port does not deinstall cleanly is because it clobbers the
Perl library installed by the default Spread install.  I have retained the
DEPRECATED tag and the port should probably be deleted.
2006-12-25 19:36:38 +00:00

30 lines
714 B
Makefile

# New ports collection makefile for: p5-Spread
# Date created: 12 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Spread
PORTVERSION= 3.17.3.1.07
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JESUS
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-3.17.3-1.07
MAINTAINER= aaron@FreeBSD.org
COMMENT= Perl extension for the Spread group communication system
LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread
BROKEN= fails to deinstall cleanly due to conflict with builtin Spread Perl libraries
DEPRECATED= Spread comes with its own Perl library
EXPIRATION_DATE=2006-12-01
MAN3= Spread.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>