blob: 891be7a714a01211951fe97a6ed1e3d9b6a986ff (
plain) (
tree)
|
|
# 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
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= AtExit - Perform exit processing for a program or object
PERL_CONFIGURE= yes
MAN3= AtExit.3
.include <bsd.port.mk>
|