summaryrefslogblamecommitdiff
path: root/devel/p5-Date-Manip/Makefile
blob: 60e15fc8d802d929ae68946e91849223faacaf4f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                     
                                            


                                                                            
                                                       

 

                                  





                                        
                   







                                                                                    
# New ports collection makefile for:	p5-Date-Manip
# Version required:			5.31
# Date created:				April 28th 1996
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.4 1998/02/18 15:28:12 vanilla Exp $
#

DISTNAME=	DateManip-5.31
PKGNAME=	p5-Date-Manip-5.31
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Date

MAINTAINER=	jfitz@FreeBSD.ORG

USE_PERL5=	YES

MAN3=		Date::Manip.3
MANPREFIX=	${PREFIX}/lib/perl5

do-configure:
		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>