25b8e4ae15
PR: 156215 Submitted by: maintainer
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: p5-Object-Destroyer
|
|
# Date created: 2010-11-16
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Object-Destroyer
|
|
PORTVERSION= 2.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Make objects with circular references DESTROY normally
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Object::Destroyer.3
|
|
|
|
.include <bsd.port.mk>
|