2006-01-23 01:04:58 +01:00
|
|
|
# New ports collection makefile for: Pod-Tests
|
|
|
|
# Date created: 20 Nov 2005
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Pod-Tests
|
2008-07-16 01:32:13 +02:00
|
|
|
PORTVERSION= 1.19
|
2008-07-16 07:40:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-01-23 01:04:58 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-01-23 01:04:58 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-12 22:34:18 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-01-23 01:04:58 +01:00
|
|
|
COMMENT= Extracts embedded tests and code examples from POD
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2008-07-16 01:32:13 +02:00
|
|
|
MAN1= pod2test.1
|
|
|
|
MAN3= Pod::Tests.3
|
|
|
|
|
2006-01-23 01:04:58 +01:00
|
|
|
.include <bsd.port.mk>
|