2855aa97d3
- bump PORTREVISION Noticed by: QA Tindy
24 lines
431 B
Makefile
24 lines
431 B
Makefile
# New ports collection makefile for: Pod-Tests
|
|
# Date created: 20 Nov 2005
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pod-Tests
|
|
PORTVERSION= 1.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extracts embedded tests and code examples from POD
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= pod2test.1
|
|
MAN3= Pod::Tests.3
|
|
|
|
.include <bsd.port.mk>
|