freebsd-ports/devel/p5-autodie/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

26 lines
516 B
Makefile

# New ports collection makefile for: autodie
# Date created: 22 Sep, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autodie
PORTVERSION= 2.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJF
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Replace functions with ones that succeed or die with lexical scope
PERL_CONFIGURE= yes
MAN3= Fatal.3 \
autodie::exception.3 \
autodie::hints.3 \
autodie::exception::system.3 \
autodie.3
.include <bsd.port.mk>