freebsd-ports/devel/p5-Class-Observable/Makefile
Mathieu Arnold fba1ac52e0 Add p5-Class-Observable 1.02, allow other classes and objects to respond
to events in yours.

PR:		ports/70339
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2004-08-18 16:52:18 +00:00

25 lines
584 B
Makefile

# New ports collection makefile for: Class-Observable
# Date created: 11 Aug 2004
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Class-Observable
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= hcoyote@ghostar.org
COMMENT= Allow other classes and objects to respond to events in yours
BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::Observable.3
.include <bsd.port.mk>