freebsd-ports/textproc/p5-POD2-Base/Makefile
Wen Heping 3cd3f5e9f9 p5-POD2-Base is an abstraction of the code in POD2::IT and
POD2::FR. These modules belong to the Italian and the French
translation projects of core Perl pods.

WWW:    http://search.cpan.org/dist/POD2-Base/

PR:		ports/146974
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
2010-05-26 02:17:35 +00:00

23 lines
479 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= wahjava@gmail.com
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>