mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e0d9a7749e
- Add TEST_DEPENDS - Add LICENSE (Artistic 1) - Shorten Makefile's COMMENT Changes: search.cpan.org/dist/AtExit/Changes
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AtExit
|
|
PORTVERSION= 2.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perform exit processing for a program or object
|
|
|
|
LICENSE= ART10
|
|
|
|
TEST_DEPENDS= p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|