9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
25 lines
581 B
Makefile
25 lines
581 B
Makefile
# New ports collection makefile for: p5-Sub-Override
|
|
# Date created: January 4th 2005
|
|
# Whom: Lars Eggert <lars.eggert@gmx.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sub-Override
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Sub
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars.eggert@gmx.net
|
|
COMMENT= Perl extension for easily overriding subroutines
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sub::Override.3
|
|
|
|
.include <bsd.port.mk>
|