freebsd-ports/textproc/p5-POD2-Base/Makefile
Ashish SHUKLA cffcff87c3 - Change my maintainer address.
Approved by:	   pgj (mentor)
2010-06-11 13:37:41 +00:00

23 lines
480 B
Makefile

# New ports collection makefile for: p5-POD2-Base
# Date created: 2010-05-25
# Whom: Ashish SHUKLA <wahjava@gmail.com>
#
# $FreeBSD$
#
PORTNAME= POD2-Base
PORTVERSION= 0.043
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/F/FE/FERREIRA
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Base module for translations of Perl documentation
PERL_CONFIGURE= 5.005+
MAN3= POD2::Base.3 \
POD2::PT::POD2::Base.3
.include <bsd.port.mk>