mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7b5110e3a6
o Update COMMENT, DESCR o Add WWW tag o More graceful dir removal using @unexec PR: 29436 Submitted by: Pete Fritchman <petef@databits.net>
26 lines
478 B
Makefile
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.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Date
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@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>
|