2009-03-15 18:17:33 +01:00
|
|
|
# New ports collection makefile for: p5-Class-Unload
|
|
|
|
# Date created: March 8th 2009
|
|
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Unload
|
2010-06-09 00:20:08 +02:00
|
|
|
PORTVERSION= 0.06
|
2009-03-15 18:17:33 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= cm@therek.net
|
|
|
|
COMMENT= Perl5 module for unloading classes
|
|
|
|
|
2012-06-30 07:16:13 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-03-15 18:17:33 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Class::Unload.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|