diff --git a/www/p5-HTML-Copy/Makefile b/www/p5-HTML-Copy/Makefile
new file mode 100644
index 00000000000..821f139e7b6
--- /dev/null
+++ b/www/p5-HTML-Copy/Makefile
@@ -0,0 +1,22 @@
+# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:48:41 simon Exp $
+
+COMMENT= copy a HTML file without breaking links
+
+MODULES= cpan
+DISTNAME= HTML-Copy-1.3
+CATEGORIES= www
+
+MAINTAINER= Girish Venkatachalam
+
+# Perl
+PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_FTP= Yes
+PERMIT_DISTFILES_CDROM= Yes
+PERMIT_DISTFILES_FTP= Yes
+
+RUN_DEPENDS= ::devel/p5-Class-Accessor \
+ ::www/p5-HTML-Parser \
+ ::www/p5-URI \
+ ::www/p5-libwww
+
+.include
diff --git a/www/p5-HTML-Copy/distinfo b/www/p5-HTML-Copy/distinfo
new file mode 100644
index 00000000000..f47da6707ec
--- /dev/null
+++ b/www/p5-HTML-Copy/distinfo
@@ -0,0 +1,5 @@
+MD5 (HTML-Copy-1.3.tar.gz) = vgklqU4t5jR4UUpFRzY8wQ==
+RMD160 (HTML-Copy-1.3.tar.gz) = qNsj3TyIgPhWsLyhVSn1TsfWvHA=
+SHA1 (HTML-Copy-1.3.tar.gz) = Wsj80OgE7+aRIm8v3cdfyoHe+HM=
+SHA256 (HTML-Copy-1.3.tar.gz) = Lvk8b7D1ms6oT3X2ixNmkmpoqwJzdft2G+KCOX2tg9Q=
+SIZE (HTML-Copy-1.3.tar.gz) = 7285
diff --git a/www/p5-HTML-Copy/pkg/DESCR b/www/p5-HTML-Copy/pkg/DESCR
new file mode 100644
index 00000000000..ba3c3683eef
--- /dev/null
+++ b/www/p5-HTML-Copy/pkg/DESCR
@@ -0,0 +1,3 @@
+HTML::Copy copy a HTML file without breaking links in the file.
+HTML::Copy will be useful to maintain web sites and to handle HTML
+templates.
diff --git a/www/p5-HTML-Copy/pkg/PLIST b/www/p5-HTML-Copy/pkg/PLIST
new file mode 100644
index 00000000000..3128c924262
--- /dev/null
+++ b/www/p5-HTML-Copy/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/11 22:48:41 simon Exp $
+bin/htmlcopy
+${P5SITE}/HTML/Copy.pm
+@man man/man1/htmlcopy.1
+@man man/man3p/HTML::Copy.3p