2012-10-15 18:21:11 +02:00
|
|
|
# Created by: Cezary Morga <cm@therek.net>
|
2009-03-15 18:17:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Class-Unload
|
2013-05-27 10:51:52 +02:00
|
|
|
PORTVERSION= 0.08
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-03-15 18:17:33 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-05-27 10:51:52 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-03-15 18:17:33 +01:00
|
|
|
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
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-03-15 18:17:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|