2001-11-18 04:23:25 +01:00
|
|
|
# New ports collection makefile for: Class::Delegation
|
|
|
|
# Date created: 5 Nov 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Delegation
|
2003-05-19 15:03:57 +02:00
|
|
|
PORTVERSION= 1.06
|
2001-11-18 04:23:25 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Class
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-04-08 18:24:46 +02:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Object-oriented delegation
|
2001-11-18 04:23:25 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::Delegation.3
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
2002-04-08 18:24:46 +02:00
|
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${EXAMPLESDIR}
|
2001-11-18 04:23:25 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|