1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-Date-Leapyear/Makefile
2001-08-31 11:26:21 +00:00

26 lines
478 B
Makefile

# ex:ts=8
# New ports collection makefile for: p5-Date-Leapyear
# Date created: Jul 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Date-Leapyear
PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/0//}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Date::Leapyear.3
.include <bsd.port.mk>