2002-08-28 15:55:06 +02:00
|
|
|
# New ports collection makefile for: AtExit
|
|
|
|
# Date created: 28 August 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AtExit
|
|
|
|
PORTVERSION= 2.01
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-28 15:55:06 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= AtExit - Perform exit processing for a program or object
|
2002-08-28 15:55:06 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= AtExit.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|