freebsd-ports/devel/p5-Sub-Delete/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

21 lines
394 B
Makefile

# New ports collection makefile for: p5-Sub-Delete
# Date created: 2008-11-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Sub-Delete
PORTVERSION= 1.00002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module enabling one to delete subroutines
PERL_CONFIGURE= yes
MAN3= Sub::Delete.3
.include <bsd.port.mk>