19 lines
402 B
Makefile
19 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/15 20:59:39 merdely Exp $
|
|
|
|
COMMENT= library to resolve perl Pod escape sequences
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Pod-Escapes-1.04
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Perl license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|