openbsd-ports/textproc/p5-Text-Template/Makefile
shell 9c3cb2e3b1 Upgrade to 1.42, ok'ed by avsm@
- bump NEED_VERSION
- uses distinfo
- remove patch
2001-12-26 21:57:31 +00:00

23 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.2 2001/12/26 21:57:31 shell Exp $
COMMENT= "expand template text with embedded perl"
DISTNAME= Text-Template-1.42
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.503
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>